summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-10-01 20:32:09 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-10-01 20:32:09 +0000
commit7c501746e217b3e8e3af5aa02cc49b2b742f026f (patch)
tree9c900f8a269b5b79b8f0637269bf8c4adeee0325 /tests/AndroidManifest.xml
parent2d8684d825519dd7e4e646eb5dfa86436ed1a2ee (diff)
parentf465eb8c7bd7596566a885c747304f117d801afe (diff)
downloadplatform_system_gsid-sdk-release.tar.gz
platform_system_gsid-sdk-release.tar.bz2
platform_system_gsid-sdk-release.zip
Snap for 6877830 from f465eb8c7bd7596566a885c747304f117d801afe to sdk-releasesdk-release
Change-Id: I9a8c5aea93598164c362b4f8e48e1f53bf7057eb
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
deleted file mode 100644
index 19d0c53..0000000
--- a/tests/AndroidManifest.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2019 Google Inc.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.android.lockscreenautomation"
- android:sharedUserId="android.uid.system"
- >
-
- <uses-sdk android:minSdkVersion="22" android:targetSdkVersion="28"/>
-
- <application debuggable="true">
- <uses-library android:name="android.test.runner" />
- </application>
-
- <instrumentation android:name="androidx.test.uiautomator.UiAutomatorInstrumentationTestRunner"
- android:targetPackage="com.google.android.lockscreenautomation"
- android:label="Lock Screen Automation"/>
-</manifest>