feat: auto-launch app after USB install
This commit is contained in:
@@ -13,6 +13,7 @@ desktop:
|
|||||||
|
|
||||||
android-usb: android
|
android-usb: android
|
||||||
$(ADB) -d install -r $(APK)
|
$(ADB) -d install -r $(APK)
|
||||||
|
$(ADB) -d shell am start -n ch.parano.myicek/.MainActivity
|
||||||
|
|
||||||
android-emulator: android
|
android-emulator: android
|
||||||
@if ! $(ADB) devices | grep -q '^emulator'; then \
|
@if ! $(ADB) devices | grep -q '^emulator'; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user