equal
deleted
inserted
replaced
53 android:launchMode="singleTop"> |
53 android:launchMode="singleTop"> |
54 <intent-filter |
54 <intent-filter |
55 android:label="Beem Connection"> |
55 android:label="Beem Connection"> |
56 <action |
56 <action |
57 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
57 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
58 </intent-filter> |
58 </intent-filter> |
59 <intent-filter |
|
60 android:label="Beem Account"> |
|
61 <action |
|
62 android:name="android.intent.action.VIEW" /> |
|
63 <category |
|
64 android:name="android.intent.category.DEFAULT" /> |
|
65 <data |
|
66 android:mimeType="vnd.android.cursor.item/vnd.com.beem.project.beem.android.profile" /> |
|
67 </intent-filter> |
|
68 </activity> |
59 </activity> |
69 <activity |
60 <activity |
70 android:name=".ui.ChangeStatus" |
61 android:name=".ui.ChangeStatus" |
71 android:label="@string/ChangeStatusActTitle" |
62 android:label="@string/ChangeStatusActTitle" |
72 android:launchMode="singleTask" |
63 android:launchMode="singleTask" |