PhoneCallApp
PhoneCallApp copied to clipboard
To solve not working app in wake mode
You have to use PARTIAL_WAKE_LOCK instead of ACQUIRE_CAUSES_WAKEUP in PhoneCallActivity
Thank you for your sharing aJIEw
Thanks for your reminding, I've replaced it with window flags as the android doc suggested, it seems works better.