aboutsummaryrefslogtreecommitdiff
path: root/testapps/testProjectTest/testapp/AndroidManifest.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-05-06 03:59:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 03:59:27 +0000
commita4cd7aaab7aca28152fa804716a1d585d5bc7a40 (patch)
tree80b3fe3337118647f3c58e0ad33a1ab928180c2d /testapps/testProjectTest/testapp/AndroidManifest.xml
parent31b3d471a4d3dd7262f50cdfac83dbce7e7c5479 (diff)
parent14a008655dafe4ca1fc7d014a16a1c401761675c (diff)
downloadsdk-a4cd7aaab7aca28152fa804716a1d585d5bc7a40.tar.gz
Merge "Remove unused project." am: 1aa104fb55 am: 0300bcd44e am: e36f051d41 am: 14a008655d
Change-Id: I03a76901da83c5a21edaa5a00cf5c31a677d9b5f
Diffstat (limited to 'testapps/testProjectTest/testapp/AndroidManifest.xml')
-rw-r--r--testapps/testProjectTest/testapp/AndroidManifest.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/testapps/testProjectTest/testapp/AndroidManifest.xml b/testapps/testProjectTest/testapp/AndroidManifest.xml
deleted file mode 100644
index 5252972bc..000000000
--- a/testapps/testProjectTest/testapp/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.tests.testprojecttest.test"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-sdk android:minSdkVersion="15" />
-
- <!--
- We add an application tag here just so that we can indicate that
- this package needs to link against the android.test library,
- which is needed when building test cases.
- -->
- <application android:label="testProjectTest-testapp">
- <uses-library android:name="android.test.runner" />
- </application>
-
- <!--
- This declares that this app uses the instrumentation test runner targeting
- the package of com.android.tests.testprojecttest.app. To run the tests use the command:
- "adb shell am instrument -w com.android.tests.testprojecttest.test/android.test.InstrumentationTestRunner"
- -->
- <instrumentation
- android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.tests.testprojecttest.app" />
-
-</manifest> \ No newline at end of file