AndroidManifest.xml
changeset 540 45ee3f1b43ab
parent 534 4a351c2d7217
child 545 0de3d7f3fa81
equal deleted inserted replaced
536:537ddd8aa407 540:45ee3f1b43ab
     4 	android:versionName="1.0">
     4 	android:versionName="1.0">
     5 	<application android:label="@string/app_name"
     5 	<application android:label="@string/app_name"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     6 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
     7 		android:debuggable="true" android:name="@string/app_name">
     7 		android:debuggable="true" android:name="@string/app_name">
     8 		<activity android:name=".ui.Login" android:label="@string/app_name" android:screenOrientation="portrait"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name" android:screenOrientation="portrait"
       
     9 			android:launchMode="singleTask">
       
    10 			<intent-filter>
       
    11 				<action android:name="android.intent.action.MAIN" />
       
    12 				<category android:name="android.intent.category.LAUNCHER" />
       
    13 			</intent-filter>
       
    14 			<intent-filter android:label="Beem Connection">
       
    15 				<action
       
    16 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
       
    17 			</intent-filter>
       
    18 		</activity>
       
    19 		
       
    20 		<activity android:name=".ui.LoginAnim" android:label="ANIM"
     9 			android:launchMode="singleTask">
    21 			android:launchMode="singleTask">
    10 			<intent-filter>
    22 			<intent-filter>
    11 				<action android:name="android.intent.action.MAIN" />
    23 				<action android:name="android.intent.action.MAIN" />
    12 				<category android:name="android.intent.category.LAUNCHER" />
    24 				<category android:name="android.intent.category.LAUNCHER" />
    13 			</intent-filter>
    25 			</intent-filter>