AndroidManifest.xml
changeset 878 1860ce45ce09
parent 873 cdf001e43dce
child 879 4ab7484af7cb
--- a/AndroidManifest.xml	Sun Mar 20 04:57:15 2011 +0100
+++ b/AndroidManifest.xml	Sun Mar 20 13:05:31 2011 +0100
@@ -91,8 +91,6 @@
 			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>