AndroidManifest.xml
changeset 534 4a351c2d7217
parent 518 6b8089c9b834
child 539 b3a34023b8c8
child 540 45ee3f1b43ab
equal deleted inserted replaced
533:f9e19652887e 534:4a351c2d7217
     3 	package="com.beem.project.beem" android:versionCode="1"
     3 	package="com.beem.project.beem" android:versionCode="1"
     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"
     8 		<activity android:name=".ui.Login" android:label="@string/app_name" android:screenOrientation="portrait"
     9 			android:launchMode="singleTask">
     9 			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>