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

Commit a01647f4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary storage permissions from AppMemoryTest." into main

parents e96bd3d1 a8f7addf
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -17,10 +17,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="android.app.memory.testhelper"
          >
    <!-- This app is allowed to generate a heap profile in /data/local/tmp. -->
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

    <!-- debuggable="true" is required to be able to generate a heap profile. -->
    <!-- testOnly="true" is required to be able to access "@hide" APIs such as VMDebug. -->