--- 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>