sakal | cb79d51 | 2017-01-11 06:21:26 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | * Copyright 2017 The WebRTC Project Authors. All rights reserved. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license |
| 5 | * that can be found in the LICENSE file in the root of the source |
| 6 | * tree. An additional intellectual property rights grant can be found |
| 7 | * in the file PATENTS. All contributing project authors may |
| 8 | * be found in the AUTHORS file in the root of the source tree. |
| 9 | --> |
| 10 | |
| 11 | <manifest |
| 12 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 13 | package="org.appspot.apprtc.test"> |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 14 | |
mandermo | a6069e8 | 2017-01-16 02:23:09 -0800 | [diff] [blame] | 15 | <uses-permission android:name="android.permissions.RUN_INSTRUMENTATION" /> |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 16 | <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" /> |
| 17 | |
sakal | cb79d51 | 2017-01-11 06:21:26 -0800 | [diff] [blame] | 18 | <uses-permission android:name="android.permission.RUN_INSTRUMENTATION" /> |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 19 | |
| 20 | <application> |
| 21 | <uses-library android:name="android.test.runner" /> |
| 22 | </application> |
| 23 | |
sakal | b99b596 | 2017-02-07 04:12:30 -0800 | [diff] [blame] | 24 | <!-- Needed for chromium-junit4 tag. crbug.com/640116 |
| 25 | TODO(sakal): Remove once the tag is no longer needed. --> |
| 26 | <!--suppress MissingPrefix --> |
sakal | cb79d51 | 2017-01-11 06:21:26 -0800 | [diff] [blame] | 27 | <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" |
| 28 | android:targetPackage="org.appspot.apprtc" |
sakal | b99b596 | 2017-02-07 04:12:30 -0800 | [diff] [blame] | 29 | android:label="Tests for AppRTCMobile" |
| 30 | chromium-junit4="true"/> |
sakal | cb79d51 | 2017-01-11 06:21:26 -0800 | [diff] [blame] | 31 | </manifest> |