From 8f5d5d1ca87227be064ad681967fed03bdc13ba2 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Fri, 7 Aug 2026 14:27:24 +0200 Subject: [PATCH] feat: auto-launch app after USB install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15dfc63..f1bef40 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ desktop: android-usb: android $(ADB) -d install -r $(APK) + $(ADB) -d shell am start -n ch.parano.myicek/.MainActivity android-emulator: android @if ! $(ADB) devices | grep -q '^emulator'; then \