--- a/AndroidManifest.xml Sun May 08 11:35:51 2011 +0200
+++ b/AndroidManifest.xml Sun May 08 12:04:31 2011 +0200
@@ -55,16 +55,7 @@
android:label="Beem Connection">
<action
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
- </intent-filter>
- <intent-filter
- android:label="Beem Account">
- <action
- android:name="android.intent.action.VIEW" />
- <category
- android:name="android.intent.category.DEFAULT" />
- <data
- android:mimeType="vnd.android.cursor.item/vnd.com.beem.project.beem.android.profile" />
- </intent-filter>
+ </intent-filter>
</activity>
<activity
android:name=".ui.ChangeStatus"