nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Android: launch by URI now accepts intent flags, which for example ca… #18

Closed mmey3k closed 6 years ago

mmey3k commented 6 years ago

…n be used to open the target in its own context with FLAG_ACTIVITY_NEW_TASK. Otherwise the activity starts within the calling app.

ItsNotYou commented 6 years ago

Very nice, we needed this exactly. @nchutchind is there a timeline for merge? Documentation is missing, we can add some if necessary.

nchutchind commented 6 years ago

I'm adding this in today.