Fixes date

This commit is contained in:
Zack Neyland 2018-03-06 19:49:13 -08:00
parent f07c0f0015
commit eedf02165e
1 changed files with 2 additions and 2 deletions

4
adb.md
View File

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