The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Paul Duffin | 20802de | 2017-07-04 15:12:05 +0100 | [diff] [blame] | 3 | * Copyright (C) 2017 The Android Open Source Project |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 4 | * |
| 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | * you may not use this file except in compliance with the License. |
| 7 | * You may obtain a copy of the License at |
| 8 | * |
| 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | * |
| 11 | * Unless required by applicable law or agreed to in writing, software |
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | * See the License for the specific language governing permissions and |
| 15 | * limitations under the License. |
| 16 | --> |
| 17 | |
| 18 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Paul Duffin | 5b11179 | 2017-07-10 14:56:04 +0100 | [diff] [blame] | 19 | package="android.signature.cts.api.android_test_runner_current"> |
Sam Lin | c33578b | 2017-04-13 16:58:00 -0700 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
Stuart Scott | c09a2e0 | 2013-11-15 13:03:29 -0800 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.READ_PHONE_STATE"/> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 22 | |
Jiyong Park | 5c6edb3 | 2018-02-21 16:14:37 +0900 | [diff] [blame] | 23 | <application android:debuggable="true"> |
Stuart Scott | c09a2e0 | 2013-11-15 13:03:29 -0800 | [diff] [blame] | 24 | <uses-library android:name="android.test.runner"/> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 25 | </application> |
| 26 | |
Paul Duffin | 16df155 | 2017-07-05 10:13:16 +0100 | [diff] [blame] | 27 | <instrumentation android:name="repackaged.android.test.InstrumentationTestRunner" |
Paul Duffin | 5b11179 | 2017-07-10 14:56:04 +0100 | [diff] [blame] | 28 | android:targetPackage="android.signature.cts.api.android_test_runner_current" |
| 29 | android:label="Android Test Runner Current API Signature Test"/> |
The Android Open Source Project | f805710 | 2009-03-15 16:47:16 -0700 | [diff] [blame] | 30 | |
Sam Lin | c33578b | 2017-04-13 16:58:00 -0700 | [diff] [blame] | 31 | </manifest> |