Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d307645e authored by Robert Ly's avatar Robert Ly
Browse files

Fixing renderscript samples to properly declare targetSDK

Change-Id: I0374fdcd06470e26dc7e849323a1764c08756af1
parent 67ec9aa8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
<?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 −0
Original line number Diff line number Diff line
<?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">
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    package="com.android.rs.image">

    <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">