blob: 5cf96c85549bbff56f6e2f480eb0d1b4e2ce3c75 [file] [log] [blame]
Sunny Goyal3d1c0ff2015-10-16 17:18:54 -07001<?xml version="1.0" encoding="utf-8"?>
Hyunyoung Song170a9f32015-03-02 11:55:42 -08002<!-- Copyright (C) 2015 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Sunny Goyal3d1c0ff2015-10-16 17:18:54 -070018 xmlns:tools="http://schemas.android.com/tools"
Hyunyoung Song170a9f32015-03-02 11:55:42 -080019 package="com.android.launcher3.tests">
20
Jon Miranda13a79802019-11-06 16:01:25 -080021 <uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"
Colin Cross5d4eb1d2018-06-07 16:24:09 -070022 tools:overrideLibrary="android.support.test.uiautomator.v18"/>
Sunny Goyal3d1c0ff2015-10-16 17:18:54 -070023
Sunny Goyal7eab3cc2016-03-18 17:42:55 -070024 <application android:debuggable="true">
Hyunyoung Song170a9f32015-03-02 11:55:42 -080025 <uses-library android:name="android.test.runner" />
26 </application>
27
28 <instrumentation
Sunny Goyal7eab3cc2016-03-18 17:42:55 -070029 android:functionalTest="false"
30 android:handleProfiling="false"
Vadim Trysheva3fd1e52018-08-24 17:48:25 -070031 android:name="androidx.test.runner.AndroidJUnitRunner"
Sunny Goyal3d1c0ff2015-10-16 17:18:54 -070032 android:targetPackage="com.android.launcher3" >
Hyunyoung Song170a9f32015-03-02 11:55:42 -080033 </instrumentation>
34</manifest>