From 356a442c6fc06582a4e24c6461fb30e37f4340d5 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Mon, 1 Mar 2021 12:40:04 +0500 Subject: [PATCH] Request android.permission.DUMP permission This will allow users to run `dumpsys` command after running `adb shell pm grant com.termux android.permission.DUMP`. https://developer.android.com/studio/command-line/dumpsys --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 035fc8da..0ca607b5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ +