xref: /aosp_15_r20/cts/tests/MediaProviderTranscode/AndroidManifest.xml (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1*b7c941bbSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*b7c941bbSAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3*b7c941bbSAndroid Build Coastguard Worker    package="android.mediaprovidertranscode.cts">
4*b7c941bbSAndroid Build Coastguard Worker
5*b7c941bbSAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
6*b7c941bbSAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
7*b7c941bbSAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
8*b7c941bbSAndroid Build Coastguard Worker
9*b7c941bbSAndroid Build Coastguard Worker    <application android:label="MediaProvider Transcode Tests">
10*b7c941bbSAndroid Build Coastguard Worker      <uses-library android:name="android.test.runner" />
11*b7c941bbSAndroid Build Coastguard Worker    </application>
12*b7c941bbSAndroid Build Coastguard Worker
13*b7c941bbSAndroid Build Coastguard Worker    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
14*b7c941bbSAndroid Build Coastguard Worker        android:targetPackage="android.mediaprovidertranscode.cts"
15*b7c941bbSAndroid Build Coastguard Worker        android:label="MediaProvider Transcode Tests" />
16*b7c941bbSAndroid Build Coastguard Worker
17*b7c941bbSAndroid Build Coastguard Worker</manifest>
18