【问题标题】:Share link via Intent from PreferenceScreen通过 PreferenceScreen 中的 Intent 共享链接
【发布时间】:2013-10-31 07:48:54
【问题描述】:

我正在使用此代码在 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>

【问题讨论】:

    标签: android xml android-intent share preferencescreen


    【解决方案1】:

    试试这个:

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

    你可以尝试从github下载插件。

    【讨论】:

      猜你喜欢
      • 2019-11-19
      • 1970-01-01
      • 2016-01-18
      • 1970-01-01
      • 1970-01-01
      • 2021-06-02
      • 1970-01-01
      • 2021-08-25
      • 1970-01-01
      相关资源
      最近更新 更多