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

Commit 66fdcd8a authored by Jaineel Mehta's avatar Jaineel Mehta
Browse files

add permission to capture perfetto traces

Inputmethod perf unit tests

Change-Id: Icfbbde16ceeee5e0033a92154e3000107a834c4d
Test: Yes, using forrest go/abtd/run/L69800000951726302
Bug: 204600547
parent b5b65867
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.inputmethod">

    <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" />
        <activity android:name="android.perftests.utils.PerfTestActivity"