AndroidManifest.xml
changeset 500 4da77df8f950
parent 483 568fc0a4af7a
child 518 6b8089c9b834
equal deleted inserted replaced
499:973f28f405bc 500:4da77df8f950
    16 				<action
    16 				<action
    17 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    17 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    18 			</intent-filter>
    18 			</intent-filter>
    19 		</activity>
    19 		</activity>
    20 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
    20 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
    21 			<intent-filter android:label="Beem Connection">
       
    22 				<action
       
    23 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    24 			</intent-filter>
       
    25 		</activity>
       
    26 		<activity android:name=".ui.SendIM" android:label="@string/SendIMActTitle"
       
    27 			android:launchMode="singleTop">
       
    28 			<intent-filter android:label="Beem Connection">
    21 			<intent-filter android:label="Beem Connection">
    29 				<action
    22 				<action
    30 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    23 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    31 			</intent-filter>
    24 			</intent-filter>
    32 		</activity>
    25 		</activity>