nchutchind / cordova-plugin-app-launcher

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

Difference between Android 10 and 11 #43

Open iglombardo opened 2 years ago

iglombardo commented 2 years ago

Hi, I'm using the code below to open and pass parameters to another application.

window.plugins.launcher.launch({packageName:'com.vjnicacio.detksign'}, successCallback, errorCallback);

On Android 10 the aperture works, but not the parameters. And on Android 11, it doesn't even work the opening informing. Giving the error below Activity not found for package name.

ragcsalo commented 1 year ago

Still no fix for this? It seems that on Android 11+ we can't open packages directly... :-(