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