summaryrefslogtreecommitdiff
path: root/tests/java_api/RSTest_CompatLibLegacy/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java_api/RSTest_CompatLibLegacy/AndroidManifest.xml')
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/AndroidManifest.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/java_api/RSTest_CompatLibLegacy/AndroidManifest.xml b/tests/java_api/RSTest_CompatLibLegacy/AndroidManifest.xml
deleted file mode 100644
index e36b7a80..00000000
--- a/tests/java_api/RSTest_CompatLibLegacy/AndroidManifest.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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"
- android:targetSdkVersion="20" />
- <application
- android:label="_RS_Test_CompatLegacy"
- android:icon="@drawable/test_pattern">
- <uses-library android:name="android.test.runner" />
-
- <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>