AndroidManifest.xml
changeset 552 a560f82d48b0
parent 539 b3a34023b8c8
parent 550 443a5937ad7a
child 553 8b7a64f38a59
equal deleted inserted replaced
539:b3a34023b8c8 552:a560f82d48b0
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">
     9 			android:screenOrientation="portrait" android:launchMode="singleTask">
    10 			<intent-filter>
    10 			<intent-filter>
    11 				<action android:name="android.intent.action.MAIN" />
    11 				<action android:name="android.intent.action.MAIN" />
    12 				<category android:name="android.intent.category.LAUNCHER" />
    12 				<category android:name="android.intent.category.LAUNCHER" />
    13 			</intent-filter>
    13 			</intent-filter>
       
    14 		</activity>
       
    15 		<activity android:name=".ui.LoginAnim" android:label="ANIM"
       
    16 			android:launchMode="singleTop">
    14 			<intent-filter android:label="Beem Connection">
    17 			<intent-filter android:label="Beem Connection">
    15 				<action
    18 				<action
    16 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    19 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    17 			</intent-filter>
    20 			</intent-filter>
    18 		</activity>
    21 		</activity>