AndroidManifest.xml
changeset 404 3c8ca2a1a327
parent 392 73f7707528f0
child 412 5031fb756b29
child 415 164c96b9e98b
equal deleted inserted replaced
402:4684a42ae0ad 404:3c8ca2a1a327
     8 			android:launchMode="singleTask">
     8 			android:launchMode="singleTask">
     9 			<intent-filter>
     9 			<intent-filter>
    10 				<action android:name="android.intent.action.MAIN" />
    10 				<action android:name="android.intent.action.MAIN" />
    11 				<category android:name="android.intent.category.LAUNCHER" />
    11 				<category android:name="android.intent.category.LAUNCHER" />
    12 			</intent-filter>
    12 			</intent-filter>
       
    13 			<intent-filter android:label="Beem Connection">
       
    14 				<action
       
    15 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    16 			</intent-filter>
       
    17 		</activity>
       
    18 		<activity android:name=".ui.Settings" android:label="@string/edit_settings_name">
    13 			<intent-filter android:label="Beem Connection">
    19 			<intent-filter android:label="Beem Connection">
    14 				<action
    20 				<action
    15 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    21 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    16 			</intent-filter>
    22 			</intent-filter>
    17 		</activity>
    23 		</activity>