android-dev-ext
android-dev-ext copied to clipboard
amStartArgs LaunchActivity
Our Android app does not have a Launch Activity. Android Studio lets you set the Launch Activity to be set to nothing. Is that something we could accomplish through amStartArgs? The LaunchActivity lets me set it to "Nothing". I have not been able to set it through
"-n package.name/launch.activity"
How are you starting the app without a launch activity? Is it a background service? Can you use the 'attach to process' functionality to debug it?