Merge "Setting targetSdkVersion to 11 for samples" into honeycomb
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<uses-sdk android:targetSdkVersion="11"/>
|
||||
<application>
|
||||
|
||||
<activity
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.BIND_APPWIDGET" />
|
||||
|
||||
<uses-sdk android:targetSdkVersion="11"/>
|
||||
|
||||
<application android:label="@string/application_label">
|
||||
|
||||
<activity
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.android.basicglsurfaceview">
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-sdk android:targetSdkVersion="11"/>
|
||||
<application
|
||||
android:label="@string/app_name">
|
||||
<activity android:name="BasicGLSurfaceViewActivity"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
package="com.example.android.hcgallery" android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
|
||||
<uses-sdk minSdkVersion="11" />
|
||||
<uses-sdk android:minSdkVersion="11" />
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
package="com.example.android.jetboy" android:versionCode="1"
|
||||
android:versionName="1.0.0">
|
||||
|
||||
<uses-sdk android:minSdkVersion="3"></uses-sdk>
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
android:targetSdkVersion="11"/>
|
||||
|
||||
<application android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
to come from a domain that you own or have control over. -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.android.lunarlander">
|
||||
|
||||
<uses-sdk android:targetSdkVersion="11"/>
|
||||
|
||||
<application android:icon="@drawable/app_lunar_lander" android:label="@string/app_name">
|
||||
<activity android:name="LunarLander" android:theme="@android:style/Theme.NoTitleBar">
|
||||
<intent-filter>
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.android.skeletonapp">
|
||||
|
||||
<uses-sdk android:targetSdkVersion="11"/>
|
||||
<!-- This package contains an application... The 'label' is the name
|
||||
to display to the user for the overall application, and provides
|
||||
a default label for all following components. The syntax here is a
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
<!--
|
||||
Requires a minimum platform version of Android-3 (SDK 1.5) to run
|
||||
-->
|
||||
<uses-sdk android:minSdkVersion="3"/>
|
||||
<uses-sdk android:minSdkVersion="3"
|
||||
android:targetSdkVersion="11"/>
|
||||
|
||||
<!--
|
||||
Sets the application's user-readable label
|
||||
|
||||
Reference in New Issue
Block a user