AndroidManifest.xml
changeset 612 e730f5770f8c
parent 601 66e4ffdbe4bd
child 613 58b8abc8719b
equal deleted inserted replaced
603:6425dcd8ebb6 612:e730f5770f8c
    63 			<intent-filter android:label="Beem Connection">
    63 			<intent-filter android:label="Beem Connection">
    64 				<action
    64 				<action
    65 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    65 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    66 			</intent-filter>
    66 			</intent-filter>
    67 		</activity>
    67 		</activity>
       
    68 		<!-- Could be interesting if we would launch beem at startup
       
    69 		<receiver android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
       
    70 			<intent-filter>
       
    71 				<action android:name="android.intent.action.BOOT_COMPLETED" />
       
    72 			</intent-filter>
       
    73 		</receiver>  -->
    68 		<service android:name="BeemService" android:enabled="true"
    74 		<service android:name="BeemService" android:enabled="true"
    69 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    75 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
    70 			<intent-filter>
    76 			<intent-filter>
    71 				<action android:name="com.beem.project.beem.BeemService"></action>
    77 				<action android:name="com.beem.project.beem.BeemService"></action>
    72 			</intent-filter>
    78 			</intent-filter>