Merge "Fixing renderscript samples to properly declare targetSDK" into honeycomb
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.balls">
|
package="com.android.balls">
|
||||||
|
<uses-sdk android:minSdkVersion="11" />
|
||||||
<application
|
<application
|
||||||
android:label="Balls"
|
android:label="Balls"
|
||||||
android:icon="@drawable/test_pattern">
|
android:icon="@drawable/test_pattern">
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.fountain">
|
package="com.android.fountain">
|
||||||
|
<uses-sdk android:minSdkVersion="11" />
|
||||||
<application
|
<application
|
||||||
android:label="Fountain"
|
android:label="Fountain"
|
||||||
android:icon="@drawable/test_pattern">
|
android:icon="@drawable/test_pattern">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
package="com.android.rs.image">
|
package="com.android.rs.image">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
|
<uses-sdk android:minSdkVersion="11" />
|
||||||
<application android:label="Image Processing">
|
<application android:label="Image Processing">
|
||||||
<activity android:name="ImageProcessingActivity"
|
<activity android:name="ImageProcessingActivity"
|
||||||
android:screenOrientation="portrait">
|
android:screenOrientation="portrait">
|
||||||
|
|||||||
Reference in New Issue
Block a user