system-alert-window-example
system-alert-window-example copied to clipboard
Example project showing use of SYSTEM_ALERT_WINDOW permission on Android 23+, with back button interception.
Results
2
system-alert-window-example issues
Sort by
recently updated
recently updated
newest added
First of all, you aren't supposed to call "onDestroy", but "stopSelf" instead. Second, it's better to have a foreground service instead, to keep it staying, and to avoid the notification...
Looks very good, doesn't it actually pops a confirmation dialog (Yes, No) that grants the Appear on top permission under advanced app settings? It will be very very good if...