GoogleChromeLabs / GoogleChromeLabs/bubblewrap
`bubblewrap install` also starts the application
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
Besides installing the APK, the install command can automatically start the application:
```
adb shell am start -n com.package.name/com.package.name.ActivityName
```
Contributor guide
Assessment
This issue has not been assessed yet.