如何自定义 Android 呼叫屏幕

How to customize Android call screen

我想自定义 android 铃声屏幕。当 phone 响铃时,它应该显示我的应用程序名称。

首先,您必须查看 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