AndroidManifest.xml
changeset 483 568fc0a4af7a
parent 482 a5a7e1af3611
parent 480 eb6f1fbea903
child 500 4da77df8f950
equal deleted inserted replaced
482:a5a7e1af3611 483:568fc0a4af7a
    27 			android:launchMode="singleTop">
    27 			android:launchMode="singleTop">
    28 			<intent-filter android:label="Beem Connection">
    28 			<intent-filter android:label="Beem Connection">
    29 				<action
    29 				<action
    30 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    30 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    31 			</intent-filter>
    31 			</intent-filter>
       
    32 		</activity>
       
    33 		<activity android:name=".ui.Chat" android:label="@string/chat_name"
       
    34 			android:launchMode="singleTop">
       
    35 			<intent-filter android:label="Beem Connection">
       
    36 				<action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    37 			</intent-filter>		
    32 		</activity>
    38 		</activity>
    33 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
    39 		<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
    34 			<intent-filter android:label="Beem Connection">
    40 			<intent-filter android:label="Beem Connection">
    35 				<action
    41 				<action
    36 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    42 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />