intercept the Android's OS incoming call screen and replace

前端 未结 3 1864
[愿得一人]
[愿得一人] 2021-02-02 14:29

I would like to intercept the Android\'s OS incoming call screen and replace it with my app\'s incoming call screen. However, there is no API to do so, but I know for sure it is

3条回答
  •  逝去的感伤
    2021-02-02 14:52

    I guess you might have done 95% of the work. The problem of your screen not showing up but the system incoming call could be solved like this :

    Can an activity receive an unordered broadcast(incoming call) intent before system's default receiver?

提交回复
热议问题