AndroidManifest.xml
changeset 482 a5a7e1af3611
parent 467 04e6c855e58e
child 483 568fc0a4af7a
equal deleted inserted replaced
479:7782f6193322 482:a5a7e1af3611
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     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" android:icon="@drawable/beem_launcher_icon_silver"
     5 	<application android:label="@string/app_name" android:icon="@drawable/beem_launcher_icon_silver"
     6 		android:theme="@style/Theme.BEEM.Default" android:debuggable="true">
     6 		android:theme="@style/Theme.BEEM.Default" android:debuggable="true"
       
     7 		android:name="@string/app_name"
       
     8 		>
     7 		<activity android:name=".ui.Login" android:label="@string/app_name"
     9 		<activity android:name=".ui.Login" android:label="@string/app_name"
     8 			android:launchMode="singleTask">
    10 			android:launchMode="singleTask">
     9 			<intent-filter>
    11 			<intent-filter>
    10 				<action android:name="android.intent.action.MAIN" />
    12 				<action android:name="android.intent.action.MAIN" />
    11 				<category android:name="android.intent.category.LAUNCHER" />
    13 				<category android:name="android.intent.category.LAUNCHER" />