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

Commit 5cf98da8 authored by Robert Ly's avatar Robert Ly Committed by Android (Google) Code Review
Browse files

Merge "Fixing renderscript samples to properly declare targetSDK" into honeycomb

parents 35064e5e d307645e
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">