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