Implement custom incoming call screen in android

In my application, I want to implement an incoming call screen (which is fake). So the user can receive a fake call at the scheduled time. Is there a way to implement a custom call screen (which looks exactly like a real incoming call). Please suggest any solution for this, I have been sticking to this problem from last week.

+4
source share
1 answer

The call screen may vary on different devices, depending on the manufacturer (i.e. HTC) or the version of Android, so you have to simulate them all if you want to create a universal application.

0
source

Source: https://habr.com/ru/post/1447943/


All Articles