You must have seen many times that in WhatsApp, someone calls us and our phone screen turns on and the call activity is started!
I want to implement exactly this feature in my program. (The user's phone may or may not be locked ...)
please guide me.
Thankful
Starting from Android 10, only apps with the draw over apps special permission can start activities from the background.
You can request this permission: https://www.b4x.com/search?query=targetSdkVersion
Starting from Android 10, only apps with the draw over apps special permission can start activities from the background.
You can request this permission: https://www.b4x.com/search?query=targetSdkVersion