From 6274cc3767046aacc8082f9911a4a5081f293e19 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 28 May 2018 20:24:23 +0200 Subject: [PATCH] Document APK drag & drop Add the drag & drop shortcut for installing an APK file to the README and the help. --- README.md | 1 + app/src/main.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index be71a75e..824c5d05 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ To run without installing: | turn screen on | _Right-click²_ | | paste computer clipboard to device | `Ctrl`+`v` | | enable/disable FPS counter (on stdout) | `Ctrl`+`i` | + | install APK from computer | drag & drop APK file | _¹Double-click on black borders to remove them._ _²Right-click turns the screen on if it was off, presses BACK otherwise._ diff --git a/app/src/main.c b/app/src/main.c index 4bad1f3b..7e13a028 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -98,6 +98,9 @@ static void usage(const char *arg0) { "\n" " Ctrl+i\n" " enable/disable FPS counter (print frames/second in logs)\n" + "\n" + " Drag & drop APK file\n" + " install APK from computer\n" "\n", arg0, DEFAULT_BIT_RATE,