PhoneCallApp icon indicating copy to clipboard operation
PhoneCallApp copied to clipboard

To solve not working app in wake mode

Open ekremcoban opened this issue 4 years ago • 1 comments

You have to use PARTIAL_WAKE_LOCK instead of ACQUIRE_CAUSES_WAKEUP in PhoneCallActivity

Thank you for your sharing aJIEw

ekremcoban avatar Jul 01 '20 12:07 ekremcoban

Thanks for your reminding, I've replaced it with window flags as the android doc suggested, it seems works better.

aJIEw avatar Jul 05 '20 07:07 aJIEw