Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d43d6af4 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

benchmark: Fix file access issues from /sdcard/

Bug: 302190445
Test: atest MediaBenchmarkTest

Change-Id: I7b71e70dfd5ba948871919075ce18ee00097b0f4
parent b7ed4ae7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,12 +20,13 @@
    package="com.android.media.benchmark">
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />

    <application
    <application android:requestLegacyExternalStorage="true"
        tools:ignore="AllowBackup,GoogleAppIndexingWarning,MissingApplicationIcon"
        tools:remove="android:appComponentFactory">
    </application>

    <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="31"/>
    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
            android:targetPackage="com.android.media.benchmark"
            android:label="Benchmark Media Test"/>