We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2015 Cordova 6.0 `(function () { "use strict";
document.addEventListener( 'deviceready', onDeviceReady.bind( this ), false ); function onDeviceReady() { cordova.plugins.autoStart.enable(); document.addEventListener( 'pause', onPause.bind( this ), false ); document.addEventListener( 'resume', onResume.bind( this ), false ); };
})();`
LOGS: I/ActivityManager( 1026): Start proc io.test.app for broadcast io.test.app/com.tonikorin.cordova.plugin.autostart.PackageReplacedReceiver: pid=0 uid=10023 gids={50023, 3003, 3002, 3001, 1028, 1015} W/BroadcastQueue( 1026): Unable to launch app io.test.app/10023 for broadcast Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=io.test.app(has extras) }: process is bad
How to deal with it?
The text was updated successfully, but these errors were encountered:
Have you checked the android logs?
Sorry, something went wrong.
No branches or pull requests
VS2015 Cordova 6.0
`(function () {
"use strict";
})();`
LOGS:
I/ActivityManager( 1026): Start proc io.test.app for broadcast io.test.app/com.tonikorin.cordova.plugin.autostart.PackageReplacedReceiver: pid=0 uid=10023 gids={50023, 3003, 3002, 3001, 1028, 1015}
W/BroadcastQueue( 1026): Unable to launch app io.test.app/10023 for broadcast Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=io.test.app(has extras) }: process is bad
How to deal with it?
The text was updated successfully, but these errors were encountered: