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