Using the CLI is there any method to deploy/install an app to an android (or ios) device without the app auto launching? I need to test a scenario where a user deploys an app to the phone (say, via app store) but doesn't launch/open
the app from the store (they just close store and go back to device....and first-run app another time)
Something like: cordova run android --target=x1233455 --no-run
I have tried:
cordova build android --device=x1233455
cordova build android --target=x1233455
I found a method via Xcode for iOS but haven't been able to find something for native cordova (or Ionic). It worked perfect for my testing. If a method is not available for cordova cli (for android), then is there a method to do this in Android Studio?