1
0
Fork 0
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:
Gustavo Dias Alexandre 2020-09-04 06:57:14 -03:00 committed by GitHub
parent 8371c62ba9
commit 54e7a34498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`