AndroidManifest.xml
changeset 997 84b87e059de9
parent 990 b8430fb9b6dd
child 1022 16040c6df950
equal deleted inserted replaced
996:476e8690b0ea 997:84b87e059de9
     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="12"
     3 	package="com.beem.project.beem" android:versionCode="12"
     4 	android:versionName="0.1.7"	android:installLocation="auto">
     4 	android:versionName="0.1.7"	android:installLocation="auto">
     5 
     5 
     6 	<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="7" />
     6 	<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="16" />
     7 	<uses-feature name="android.hardware.touchscreen" required="false" />
     7 	<uses-feature name="android.hardware.touchscreen" required="false" />
     8 	
     8 	
     9 	<permission android:permissionGroup="android.permission-group.NETWORK"
     9 	<permission android:permissionGroup="android.permission-group.NETWORK"
    10 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    10 		android:label="BeemService" android:description="@string/BeemServiceDescription"
    11 		android:name="com.beem.project.beem.BEEM_SERVICE"/>
    11 		android:name="com.beem.project.beem.BEEM_SERVICE"/>
    19 	
    19 	
    20 	<supports-screens android:largeScreens="true"
    20 	<supports-screens android:largeScreens="true"
    21 		android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
    21 		android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
    22 	    
    22 	    
    23 	<application android:label="@string/app_name"
    23 	<application android:label="@string/app_name"
    24 		android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default"
    24 		android:icon="@drawable/beem_launcher_icon_silver"
    25 		android:name=".BeemApplication">
    25 		android:name=".BeemApplication">
    26 		
    26 		
    27 		<activity android:name=".ui.Login" android:label="@string/app_name"
    27 		<activity android:name=".ui.Login" android:label="@string/app_name"
    28 			android:launchMode="standard">
    28 			android:launchMode="standard">
    29 			<intent-filter>
    29 			<intent-filter>