AndroidManifest.xml
changeset 686 03d61b8faa0d
parent 685 bd5bddda04dd
parent 678 d1a599ccf879
child 699 aa9aa525a5a6
--- a/AndroidManifest.xml	Fri Feb 19 02:21:35 2010 +0100
+++ b/AndroidManifest.xml	Fri Feb 19 02:26:21 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>