equal
deleted
inserted
replaced
28 <action |
28 <action |
29 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
29 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
30 </intent-filter> |
30 </intent-filter> |
31 </activity> |
31 </activity> |
32 <activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle" |
32 <activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle" |
|
33 android:launchMode="singleTask" |
33 android:windowSoftInputMode="stateHidden" > |
34 android:windowSoftInputMode="stateHidden" > |
34 <intent-filter android:label="Beem Connection"> |
35 <intent-filter android:label="Beem Connection"> |
35 <action |
36 <action |
36 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
37 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
37 </intent-filter> |
38 </intent-filter> |