--- a/AndroidManifest.xml Thu Oct 01 12:56:53 2009 +0200
+++ b/AndroidManifest.xml Thu Oct 01 18:03:32 2009 +0200
@@ -67,6 +67,12 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity android:name=".ui.GroupList" android:label="GroupList">
+ <intent-filter android:label="Beem Connection">
+ <action
+ android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+ </intent-filter>
+ </activity>
<service android:name="BeemService" android:enabled="true"
android:label="Beem Service" android:permission="com.beem.project.beem.BEEM_SERVICE">
<intent-filter>