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

Commit a5c8eb76 authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am 7eca7f74: am 5cf98da8: Merge "Fixing renderscript samples to properly...

am 7eca7f74: am 5cf98da8: Merge "Fixing renderscript samples to properly declare targetSDK" into honeycomb

* commit '7eca7f74':
  Fixing renderscript samples to properly declare targetSDK
parents 0bf9f706 7eca7f74
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">