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

Commit d8d54a02 authored by Jaineel's avatar Jaineel Committed by Jaineel Mehta
Browse files

Adding permission to create dir in sdcard

TextClassifierPerfTest needed MANAGE_EXTERNAL_STORAGE and
WRITE_EXTERNAL_STORAGE permission to create and save perfetto files

Test: Yes, atest TextClassifierPerfTest
Bug: 183663695
Change-Id: Ia5bdffd37eeb890ac911969bf4cb3dd020b6274c
parent 22f575a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.perftests.textclassifier">

    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <application>
        <uses-library android:name="android.test.runner" />
    </application>