AndroidManifest.xml
changeset 839 0e5b95573614
parent 818 fec6d1862714
parent 838 532fdf132146
child 988 d7ddcccdff8a
--- a/AndroidManifest.xml	Tue Dec 21 23:50:59 2010 +0100
+++ b/AndroidManifest.xml	Sat Dec 25 17:01:00 2010 +0100
@@ -69,6 +69,12 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
+		<activity android:name=".ui.Call" android:label="Call String en dur">
+			<intent-filter android:label="Beem Connection">
+				<action
+					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+			</intent-filter>
+		</activity>
 		<!--
 			Could be interesting if we would launch beem at startup <receiver
 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">