AndroidManifest.xml
changeset 888 4b1073eebe7d
parent 865 70ca3ab6e459
child 889 fb4d6a08bffa
equal deleted inserted replaced
887:25d96cc298d0 888:4b1073eebe7d
    45 
    45 
    46 		<service android:name="BeemService" android:enabled="true"
    46 		<service android:name="BeemService" android:enabled="true"
    47 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    47 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    48 			<intent-filter>
    48 			<intent-filter>
    49 				<action android:name="com.beem.project.beem.BeemService"></action>
    49 				<action android:name="com.beem.project.beem.BeemService"></action>
       
    50 				<action android:name="com.beem.project.beem.intent.action.CONNECT" />
       
    51 				<action android:name="com.beem.project.beem.intent.action.DISCONNECT" />
    50 			</intent-filter>
    52 			</intent-filter>
    51 		</service>
    53 		</service>
    52 	</application>
    54 	</application>
    53 	<permission android:permissionGroup="android.permission-group.NETWORK"
    55 	<permission android:permissionGroup="android.permission-group.NETWORK"
    54 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    56 		android:label="BeemService" android:description="@string/BeemServiceDescription"