Hey,
Code below stopped working in 1.5 :
IntentFilter filter = new IntentFilter();
filter.addAction(Intent.ACTION_SCREEN_OFF);
registerReceiver( mySleepModeDetector, filter);
// 1.5: mySleepModeDetector not called when screen turned off
ACTION_SCREEN_ON, btw, works just fine .
GiladH
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---