AndroidManifest.xml
changeset 686 03d61b8faa0d
parent 685 bd5bddda04dd
parent 678 d1a599ccf879
child 699 aa9aa525a5a6
equal deleted inserted replaced
685:bd5bddda04dd 686:03d61b8faa0d
    74 		-->
    74 		-->
    75 		<service android:name="BeemService" android:enabled="true"
    75 		<service android:name="BeemService" android:enabled="true"
    76 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    76 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    77 			<intent-filter>
    77 			<intent-filter>
    78 				<action android:name="com.beem.project.beem.BeemService"></action>
    78 				<action android:name="com.beem.project.beem.BeemService"></action>
       
    79 				<action android:name="android.intent.action.SCREEN_OFF"></action>
       
    80 				<action android:name="android.intent.action.SCREEN_ON"></action>
    79 			</intent-filter>
    81 			</intent-filter>
    80 		</service>
    82 		</service>
    81 	</application>
    83 	</application>
    82 	<permission android:permissionGroup="android.permission-group.NETWORK"
    84 	<permission android:permissionGroup="android.permission-group.NETWORK"
    83 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    85 		android:label="BeemService" android:description="@string/BeemServiceDescription"