-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Android 10 start activity from background not working, foreground() and unlock() not working #499
Comments
Yes, i confirm ANDROID 10 is restrictive on starting activity from background, not allowed on API 29 / ANDROID 10, you must go to SETTINGS → Apps → Your App → Advanced → “Show app on top”, and NOW will work. Thanks. |
I worked out a temporary fix, is working perfect. Change files: → BackgroundModeExt.java
→ background-mode.js
→ In your cordova project
|
Hi D/SystemWebChromeClient: file:///android_asset/www/index.html: Line 125 : Uncaught TypeError: cordova.plugins.backgroundMode.permissionOnTop is not a function What do i make wrong ? |
Got to make ich working. |
I can confirm that enabling "Show on top" permission on Android 10 makes it working |
Android 10 start activity from background not working, foreground() and unlock() not working.
The text was updated successfully, but these errors were encountered: