我想自定义我的Android响铃屏幕。电话响铃时,应显示我的应用程序名称。
答案 0 :(得分:0)
首先,您必须查看Intent Receivers,它应该是:ACTION_ANSWER
,为来电定义。
然后,您定义自己的应用程序,Activity
,其中包含您想要的设计并正确配置为接收此类Intent
。
请参阅以下链接:
https://developer.android.com/guide/topics/manifest/intent-filter-element.html https://developer.android.com/guide/topics/intents/intents-filters.html