From 54e7a34498cef383ea6d6881717cd2230839629e Mon Sep 17 00:00:00 2001 From: Gustavo Dias Alexandre Date: Fri, 4 Sep 2020 06:57:14 -0300 Subject: [PATCH] adb-shell: add getprop example (#4311) --- pages/common/adb-shell.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/adb-shell.md b/pages/common/adb-shell.md index 65f97760a..b109da600 100644 --- a/pages/common/adb-shell.md +++ b/pages/common/adb-shell.md @@ -7,6 +7,10 @@ `adb shell` +- Get all the properties from emulator or device: + +`adb shell getprop` + - Revert all runtime permissions to their default: `adb shell pm reset-permissions`