AndroidManifest.xml
changeset 391 6dd5e802c6fb
parent 390 d9737e4bc517
parent 387 055bfaf224ce
child 392 73f7707528f0
--- a/AndroidManifest.xml	Fri Sep 25 17:53:50 2009 +0200
+++ b/AndroidManifest.xml	Fri Sep 25 17:57:55 2009 +0200
@@ -44,6 +44,12 @@
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
 			</intent-filter>
 		</activity>
+		<activity android:name=".jingle.demo.JingleCallActivity" android:label="JingleDemoCall">
+			<intent-filter>
+				<action android:name="android.intent.action.MAIN" />
+				<category android:name="android.intent.category.LAUNCHER" />
+			</intent-filter>
+		</activity>
 		<service android:name="BeemService" android:enabled="true"
 			android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
 			<intent-filter>