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 <action |
|
61 android:name="android.intent.action.SENDTO" /> |
|
62 <category |
|
63 android:name="android.intent.category.DEFAULT" /> |
|
64 <category |
|
65 android:name="com.android.im.category.JABBER" /> |
|
66 <data |
|
67 android:scheme="im" /> |
|
68 </intent-filter> |
|
69 <intent-filter> |
|
70 <action |
|
71 android:name="android.intent.action.SENDTO" /> |
|
72 <category |
|
73 android:name="android.intent.category.DEFAULT" /> |
|
74 <data |
|
75 android:scheme="imto" |
|
76 android:host="jabber" /> |
|
77 </intent-filter> |
59 </activity> |
78 </activity> |
60 <activity |
79 <activity |
61 android:name=".ui.ChangeStatus" |
80 android:name=".ui.ChangeStatus" |
62 android:label="@string/ChangeStatusActTitle" |
81 android:label="@string/ChangeStatusActTitle" |
63 android:launchMode="singleTask" |
82 android:launchMode="singleTask" |