소스 검색

adb-shell: add getprop example (#4311)

Gustavo Dias Alexandre 4 년 전
부모
커밋
54e7a34498
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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`