--- a/AndroidManifest.xml Fri Sep 25 00:05:26 2009 +0200
+++ b/AndroidManifest.xml Fri Sep 25 15:14:49 2009 +0200
@@ -24,6 +24,12 @@
<action 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>