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

Commit 5b402fd8 authored by Prabhakar Thirumoorthy's avatar Prabhakar Thirumoorthy Committed by Android (Google) Code Review
Browse files

Merge "Update permissions on memory usage instrumentation" into mnc-dev

parents efb70fd8 58a20d19
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
                     android:name="com.android.tests.memoryusage.MemoryUsageInstrumentation"
                     android:targetPackage="com.android.tests.memoryusage" />

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

    <application android:label="Memory Usage Test">
        <uses-library android:name="android.test.runner" />
    </application>