AndroidManifest.xml
changeset 958 14edc8247214
parent 957 249e46db2aa8
child 960 5a6ab49303d3
equal deleted inserted replaced
957:249e46db2aa8 958:14edc8247214
     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="11"
     3 	package="com.beem.project.beem" android:versionCode="11"
     4 	android:versionName="0.1.7_rc2">
     4 	android:versionName="0.1.7_rc2"	android:installLocation="auto">
     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:name=".BeemApplication">
     7 		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:launchMode="standard">
     9 			android:launchMode="standard">