equal
deleted
inserted
replaced
16 <action |
16 <action |
17 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
17 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
18 </intent-filter> |
18 </intent-filter> |
19 </activity> |
19 </activity> |
20 <activity android:name=".ui.Settings" android:label="@string/edit_settings_name"> |
20 <activity android:name=".ui.Settings" android:label="@string/edit_settings_name"> |
21 <intent-filter android:label="Beem Connection"> |
|
22 <action |
|
23 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
|
24 </intent-filter> |
|
25 </activity> |
|
26 <activity android:name=".ui.SendIM" android:label="@string/SendIMActTitle" |
|
27 android:launchMode="singleTop"> |
|
28 <intent-filter android:label="Beem Connection"> |
21 <intent-filter android:label="Beem Connection"> |
29 <action |
22 <action |
30 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
23 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
31 </intent-filter> |
24 </intent-filter> |
32 </activity> |
25 </activity> |