blob: f81665eff297e4b6df7a9d89f7f0f3f15783dc13 [file] [log] [blame]
The Android Open Source Projectf8057102009-03-15 16:47:16 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Paul Duffin20802de2017-07-04 15:12:05 +01003 * Copyright (C) 2017 The Android Open Source Project
The Android Open Source Projectf8057102009-03-15 16:47:16 -07004 *
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 Duffin5b111792017-07-10 14:56:04 +010019 package="android.signature.cts.api.android_test_runner_current">
Sam Linc33578b2017-04-13 16:58:00 -070020 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Stuart Scottc09a2e02013-11-15 13:03:29 -080021 <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
The Android Open Source Projectf8057102009-03-15 16:47:16 -070022
Jiyong Park5c6edb32018-02-21 16:14:37 +090023 <application android:debuggable="true">
Stuart Scottc09a2e02013-11-15 13:03:29 -080024 <uses-library android:name="android.test.runner"/>
The Android Open Source Projectf8057102009-03-15 16:47:16 -070025 </application>
26
Paul Duffin16df1552017-07-05 10:13:16 +010027 <instrumentation android:name="repackaged.android.test.InstrumentationTestRunner"
Paul Duffin5b111792017-07-10 14:56:04 +010028 android:targetPackage="android.signature.cts.api.android_test_runner_current"
29 android:label="Android Test Runner Current API Signature Test"/>
The Android Open Source Projectf8057102009-03-15 16:47:16 -070030
Sam Linc33578b2017-04-13 16:58:00 -070031</manifest>