AndroidManifest.xml
changeset 839 0e5b95573614
parent 818 fec6d1862714
parent 838 532fdf132146
child 988 d7ddcccdff8a
equal deleted inserted replaced
822:696b2880c994 839:0e5b95573614
    67 			<intent-filter android:label="Beem Connection">
    67 			<intent-filter android:label="Beem Connection">
    68 				<action
    68 				<action
    69 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    69 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    70 			</intent-filter>
    70 			</intent-filter>
    71 		</activity>
    71 		</activity>
       
    72 		<activity android:name=".ui.Call" android:label="Call String en dur">
       
    73 			<intent-filter android:label="Beem Connection">
       
    74 				<action
       
    75 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    76 			</intent-filter>
       
    77 		</activity>
    72 		<!--
    78 		<!--
    73 			Could be interesting if we would launch beem at startup <receiver
    79 			Could be interesting if we would launch beem at startup <receiver
    74 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
    80 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
    75 			<intent-filter> <action
    81 			<intent-filter> <action
    76 			android:name="android.intent.action.BOOT_COMPLETED" />
    82 			android:name="android.intent.action.BOOT_COMPLETED" />