changeset 678 | d1a599ccf879 |
parent 671 | 25f6fded204a |
child 686 | 03d61b8faa0d |
--- a/AndroidManifest.xml Mon Feb 15 23:37:25 2010 +0100 +++ b/AndroidManifest.xml Wed Feb 17 02:29:11 2010 +0100 @@ -76,6 +76,8 @@ android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE"> <intent-filter> <action android:name="com.beem.project.beem.BeemService"></action> + <action android:name="android.intent.action.SCREEN_OFF"></action> + <action android:name="android.intent.action.SCREEN_ON"></action> </intent-filter> </service> </application>