fullscreenintentexample
fullscreenintentexample copied to clipboard
Full-Screen Intent Notification Android Example
After the `LockScreenActivity` is launched over the lockscreen and there's no password configured when pressing back button you will go back to the `MainActivity` instead of the lockscreen. The fix...
Thanks for this VERY helpful example! The issue is that the app can not wake the device since it is missing the wake lock permission: By adding this permission the...
Hi, Thank you for this wonderful example. Helped me very much. But, I'm having an issue when the device is locked and the app is not open. 1. App is...