Android Power State Change
Android Power State Change
I forgot if I did this before or if it worked before. I add these two intent filters to AndroidManifest.xml
Intent.ACTION_SCREEN_ON Intent.ACTION_SCREEN_OFF
but it wouldn’t work. That’s super weird. Cause that’s a very basic and simple setting. After searching a little while, I realize that’s PowerManager setting. Check the Notifier.java here.
(more…)
View On WordPress














