diff --git a/pages/common/adb-shell.md b/pages/common/adb-shell.md index 65f97760a6..b109da600b 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`