gpt4 book ai didi

android - 拨号时启动我的应用程序

转载 作者:行者123 更新时间:2023-11-29 02:12:40 25 4
gpt4 key购买 nike

我想在调用新号码或联系人时将我的应用显示为一个选项。我关注了this topic .我有一个只有一个 Activity 的应用程序。这是 list 文件:

<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".SomeActivity" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

<intent-filter>
<action android:name="android.intent.action.CALL_PRIVILIGED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tel" />
</intent-filter>
</activity>

</application>

最佳答案

终于成功了。我把“PRIVILEGE”这个词拼错为 PRIVILEGED

关于android - 拨号时启动我的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6310372/

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