equal
deleted
inserted
replaced
38 <intent-filter android:label="Beem Connection"> |
38 <intent-filter android:label="Beem Connection"> |
39 <action |
39 <action |
40 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
40 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
41 </intent-filter> |
41 </intent-filter> |
42 </activity> |
42 </activity> |
43 <activity android:name=".ui.Subscription" android:label="@string/app_name" /> |
43 <activity android:name=".ui.Subscription" android:label="@string/app_name"> |
44 <activity android:name=".ui.EditSettings" android:label="@string/edit_settings_name"> |
|
45 <intent-filter android:label="Beem Connection"> |
44 <intent-filter android:label="Beem Connection"> |
46 <action |
45 <action |
47 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
46 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
48 </intent-filter> |
47 </intent-filter> |
49 </activity> |
48 </activity> |