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.
我在我的应用程序中使用广播接收器,在 BOOT_COMPLETED 上显示照片。但是,我注意到如果我在手机上接到电话,照片会显示在来电活动的前面,所以我可以看到谁在给我打电话,更糟糕的是 - 无法接听电话。
覆盖此行为的最佳方法是什么?
您可以添加另一种机制来监听电话事件,如果您检测到电话正在响铃(或电话已接听),您将不会显示活动...
无论如何,请不要显示这样的东西。没有用户喜欢弹出窗口无处不在。
相反,使用通知告诉用户发生了什么事。