summaryrefslogtreecommitdiffstats
path: root/tests/AndroidTests/DisabledTestApp/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidTests/DisabledTestApp/AndroidManifest.xml')
-rw-r--r--tests/AndroidTests/DisabledTestApp/AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/AndroidTests/DisabledTestApp/AndroidManifest.xml b/tests/AndroidTests/DisabledTestApp/AndroidManifest.xml
deleted file mode 100644
index 4d6843e..0000000
--- a/tests/AndroidTests/DisabledTestApp/AndroidManifest.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.unit_tests.disabled_app"
- android:sharedUserId="com.android.uid.test">
-
- <application enabled="false">
-
- <!-- Used to test package component enabling and disabling -->
- <activity android:name=".DisabledActivity" android:enabled="false" >
- </activity>
- <activity android:name=".EnabledActivity" >
- </activity>
- </application>
-</manifest>