gpt4 book ai didi

Android: "Choose which app to open this with"对话框中可用的 SMS 应用程序

转载 作者:太空狗 更新时间:2023-10-29 12:52:43 25 4
gpt4 key购买 nike

我正在开发 SMS 应用程序。如何在“选择使用哪个应用程序打开此应用程序”对话框中使该应用程序可用?

谢谢,马丁

/编辑:我想你只是误解了我。

我不想用我的应用程序写短信,我希望其他人可以使用我的应用程序写短信,并且当您选择发送短信时,我的应用程序列在“选择用哪个应用程序打开它”对话框中联系人列表中的短信。

我的应用程序 list 的摘录:

    <activity
android:name=".MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.APP_MESSAGING" />
</intent-filter>
</activity>

只是添加类别“APP_MESSAGING”并没有解决问题。

最佳答案

这是通过 Intent 过滤器完成的。

http://developer.android.com/guide/topics/intents/intents-filters.html

在“Intent 解析”和“Intent 过滤器”下查看

关于Android: "Choose which app to open this with"对话框中可用的 SMS 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10338776/

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