gpt4 book ai didi

android - 通过 PreferenceScreen 中的 Intent 共享链接

转载 作者:行者123 更新时间:2023-11-30 03:17:57 25 4
gpt4 key购买 nike

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

最佳答案

试试这个:

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

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

关于android - 通过 PreferenceScreen 中的 Intent 共享链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19700889/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com