Fixes date
This commit is contained in:
parent
f07c0f0015
commit
eedf02165e
4
adb.md
4
adb.md
|
@ -3,7 +3,7 @@ title: adb
|
|||
category: CLI
|
||||
layout: 2017/sheet
|
||||
weight: -1
|
||||
updated: 2018-2-6
|
||||
updated: 2018-3-6
|
||||
---
|
||||
|
||||
### Device Basics
|
||||
|
@ -74,4 +74,4 @@ $ adb pull /sdcard/test.txt pulledTest.txt
|
|||
| `adb shell wm size WxH` | Sets the resolution to WxH |
|
||||
| `adb shell pm list packages` | Lists all installed packages |
|
||||
| `adb shell pm list packages -3` | Lists all installed 3rd-party packages |
|
||||
| `adb shell monkey -p app.package.name` | Starts the specified package |
|
||||
| `adb shell monkey -p app.package.name` | Starts the specified package |
|
||||
|
|
Loading…
Reference in New Issue