AndroidManifest.xml
changeset 466 c689a113b9f8
parent 451 63cffd88721d
child 467 04e6c855e58e
equal deleted inserted replaced
461:17300b201cf5 466:c689a113b9f8
     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/signal"
     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 		<activity android:name=".ui.Login" android:label="@string/app_name"
     7 		<activity android:name=".ui.Login" android:label="@string/app_name"
     8 			android:launchMode="singleTask">
     8 			android:launchMode="singleTask">
     9 			<intent-filter>
     9 			<intent-filter>
    10 				<action android:name="android.intent.action.MAIN" />
    10 				<action android:name="android.intent.action.MAIN" />