diff options
Diffstat (limited to 'tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml')
-rw-r--r-- | tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml b/tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml index 1ef04c2..20ee053 100644 --- a/tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml +++ b/tests/RenderScriptTests/ImageProcessing2/AndroidManifest.xml @@ -2,9 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.rs.image2"> - <uses-sdk android:minSdkVersion="11" /> - <application android:label="IP GB" - android:hardwareAccelerated="true"> + <uses-sdk android:minSdkVersion="8" /> + <application android:label="IP GB"> <activity android:name="ImageProcessingActivity2"> <intent-filter> <action android:name="android.intent.action.MAIN" /> |