mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:46:02 +02:00
adb-shell: add getprop example (#4311)
This commit is contained in:
parent
8371c62ba9
commit
54e7a34498
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue