blob: dae2e980a6a60a7f34feab8f93f771f4fdc1e904 [file] [log] [blame]
sakalcb79d512017-01-11 14:21:261<!--
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"
Ingemar Ådahl87b6ddb2017-07-11 09:56:1513 xmlns:tools="http://schemas.android.com/tools"
sakalcb79d512017-01-11 14:21:2614 package="org.appspot.apprtc.test">
glaznev@webrtc.org8390c272015-01-02 19:51:1215
sakalcb79d512017-01-11 14:21:2616 <uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
Mirko Bonadeia5d543c2018-10-26 08:09:4317 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
glaznev@webrtc.org8390c272015-01-02 19:51:1218
19 <application>
20 <uses-library android:name="android.test.runner" />
21 </application>
22
sakalcb79d512017-01-11 14:21:2623 <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
Ingemar Ådahl87b6ddb2017-07-11 09:56:1524 tools:ignore="MissingPrefix"
sakalcb79d512017-01-11 14:21:2625 android:targetPackage="org.appspot.apprtc"
Andrew Luo18a86bf2018-08-16 01:15:1926 android:label="Tests for AppRTCMobile"/>
sakalcb79d512017-01-11 14:21:2627</manifest>