From eedf02165e7033a1fe74d13eb9ac76fb0208a3ef Mon Sep 17 00:00:00 2001 From: Zack Neyland Date: Tue, 6 Mar 2018 19:49:13 -0800 Subject: [PATCH] Fixes date --- adb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adb.md b/adb.md index c05c7543e..e71f80f2a 100644 --- a/adb.md +++ b/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 | \ No newline at end of file +| `adb shell monkey -p app.package.name` | Starts the specified package |