AndroidManifest.xml
changeset 702 f30ae9c4051e
parent 699 aa9aa525a5a6
child 723 c77d49614696
child 725 559845cadddb
equal deleted inserted replaced
701:9878744b4bc0 702:f30ae9c4051e
     4 	android:versionName="0.1.2">
     4 	android:versionName="0.1.2">
     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=".BeemApplication">
     7 		android:debuggable="true" android:name=".BeemApplication">
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name"
     9 			android:screenOrientation="portrait" android:launchMode="singleInstance">
     9 			android:screenOrientation="portrait" android:launchMode="standard">
    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>
    14 		</activity>