AndroidManifest.xml
changeset 725 559845cadddb
parent 702 f30ae9c4051e
child 726 344a06703472
equal deleted inserted replaced
722:31858ca72190 725:559845cadddb
    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:windowSoftInputMode="stateHidden" >
    33 			<intent-filter android:label="Beem Connection">
    34 			<intent-filter android:label="Beem Connection">
    34 				<action
    35 				<action
    35 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    36 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    36 			</intent-filter>
    37 			</intent-filter>
    37 		</activity>
    38 		</activity>