Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的应用程序中创建一个呼叫功能,我已经完成了。但问题是我有多个来源来支持通话,就像我的设备中有 Viber 一样。现在发生的情况是,当我尝试拨打电话时,它要求我选择一个我不想要的电话。
有没有什么方法可以让我直接通过我想要的媒体拨打电话,而无需我选择一个?
检查android:priority清单中的值。它描述了一个 Intent 被传递到它的 BroadcastReceiver 的顺序。如果您将优先级设置为大于或等于 Viber 的值,您的 BroadcastReceiver 将首先运行
android:priority