1

このコードを使用して、Play ストアにアプリを表示しています。

    <PreferenceScreen android:title="Please rate and comment" >
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://play.google.com/store/apps/details?id=com.chovanec.square" />
    </PreferenceScreen>

また、このリンクを共有したいと思います。どうすればいいですか?これは機能しません:

    <PreferenceScreen android:title="Please rate and comment" >
        <intent
            android:action="android.intent.action.SHARE"
            android:data="https://play.google.com/store/apps/details?id=com.chovanec.square" />
    </PreferenceScreen>
4

1 に答える 1

1

これを試して :

http://mobile.tutsplus.com/tutorials/android/android-sdk-implement-a-share-intent/

github からプラグインをダウンロードしてみてください。

于 2013-10-31T10:53:33.223 に答える