summaryrefslogtreecommitdiff
path: root/java/tests/RSTest_CompatLibLegacy/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/tests/RSTest_CompatLibLegacy/AndroidManifest.xml')
-rw-r--r--java/tests/RSTest_CompatLibLegacy/AndroidManifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/tests/RSTest_CompatLibLegacy/AndroidManifest.xml b/java/tests/RSTest_CompatLibLegacy/AndroidManifest.xml
new file mode 100644
index 00000000..85715d57
--- /dev/null
+++ b/java/tests/RSTest_CompatLibLegacy/AndroidManifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.rs.test_compatlegacy">
+ <uses-sdk android:minSdkVersion="8" />
+ <uses-sdk android:targetSdkVersion="8" />
+ <application
+ android:label="_RS_Test_CompatLegacy"
+ android:icon="@drawable/test_pattern">
+ <activity android:name="RSTestCompatLegacy"
+ android:screenOrientation="portrait">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
+</manifest>