blob: 3a3d0aa67dab346063f9058fb5f247fba885e458 [file] [log] [blame]
Philip P. Moltmann70402ca2018-08-28 16:57:52 +00001<!--
2 Copyright (C) 2018 The Android Open Source Project
Paul Duffin9770a7a2016-08-08 18:36:38 +01003
Philip P. Moltmann70402ca2018-08-28 16:57:52 +00004 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<manifest package="com.linkedin.dexmaker"
17 xmlns:android="http://schemas.android.com/apk/res/android">
18
19 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
20 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
21
22 <application android:allowBackup="false" android:debuggable="true" />
Paul Duffin9770a7a2016-08-08 18:36:38 +010023
Brett Chabot8d384cf2019-02-06 21:09:21 -080024 <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
Philip P. Moltmann70402ca2018-08-28 16:57:52 +000025 android:targetPackage="com.linkedin.dexmaker" />
Paul Duffin9770a7a2016-08-08 18:36:38 +010026</manifest>