AndroidManifest.xml
changeset 735 5a09712de41c
parent 727 f17926a7dde1
child 745 8d56b9de5a92
equal deleted inserted replaced
734:a325803b7a4b 735:5a09712de41c
    27 			<intent-filter android:label="Beem Connection">
    27 			<intent-filter android:label="Beem Connection">
    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"
       
    34 		    android:windowSoftInputMode="stateHidden" >
    33 			<intent-filter android:label="Beem Connection">
    35 			<intent-filter android:label="Beem Connection">
    34 				<action
    36 				<action
    35 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    37 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    36 			</intent-filter>
    38 			</intent-filter>
    37 		</activity>
    39 		</activity>