AndroidManifest.xml
changeset 727 f17926a7dde1
parent 726 344a06703472
child 745 8d56b9de5a92
equal deleted inserted replaced
726:344a06703472 727:f17926a7dde1
    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>