Quellcode durchsuchen

adb-shell: add getprop example (#4311)

Gustavo Dias Alexandre vor 4 Jahren
Ursprung
Commit
54e7a34498
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      pages/common/adb-shell.md

+ 4 - 0
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`