AndroidManifest.xml
changeset 851 9ec7877a249d
parent 847 7b54215139de
child 855 8d19f91dd64c
equal deleted inserted replaced
848:49e57ce6b9f6 851:9ec7877a249d
     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="6"
     3 	package="com.beem.project.beem" android:versionCode="6"
     4 	android:versionName="0.1.5-rc1">
     4 	android:versionName="0.1.5-rc1">
     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: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">
    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" />