AndroidManifest.xml
changeset 878 1860ce45ce09
parent 873 cdf001e43dce
child 879 4ab7484af7cb
equal deleted inserted replaced
877:56a04fcdd3fd 878:1860ce45ce09
    89 		</service>
    89 		</service>
    90 		<service android:name="BeemService" android:enabled="true"
    90 		<service android:name="BeemService" android:enabled="true"
    91 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    91 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    92 			<intent-filter>
    92 			<intent-filter>
    93 				<action android:name="com.beem.project.beem.BeemService"></action>
    93 				<action android:name="com.beem.project.beem.BeemService"></action>
    94 				<action android:name="android.intent.action.SCREEN_OFF"></action>
       
    95 				<action android:name="android.intent.action.SCREEN_ON"></action>
       
    96 			</intent-filter>
    94 			</intent-filter>
    97 		</service>
    95 		</service>
    98 	</application>
    96 	</application>
    99 	<permission android:permissionGroup="android.permission-group.NETWORK"
    97 	<permission android:permissionGroup="android.permission-group.NETWORK"
   100 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    98 		android:label="BeemService" android:description="@string/BeemServiceDescription"