-
Notifications
You must be signed in to change notification settings - Fork 452
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
backToForeground doesn't work on Android 9. #227
Comments
Hi, there! I'm having the same issue. Also, it isn't working on Android 10. Any ideas? Thanks! |
Working fine here on a Pixel 1 with Android 10 |
@manuquentin I managed to work adding this permission on the Manifest.
Before that I was not able to make it work in Android 9 and 10 |
@maitzeth thanks, that worked for me. |
I already have this in my androidManifest.xml and backToForeground() doesnt work for me on Android 7 Samsung S6 |
Hi, this issues is solved? |
We've experienced the same issue on a Samsung Galaxy A5 (2016). But Samsung have a fork of ConnectionService that prevents a lot of things... we've recently noticed that we can't trigger clicks in the Samsung ConnectionService UI with calls to We've try to display a local notification, so the user will click on it and display the app, but Android displays it as a small icon... We'll continue our work on #251 to work around this issue. |
@manuquentin maybe this can be useful for your progress |
this can be solved if we use self managed connection service? if yes then I can help you for implement self managed connection service |
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
Hello, I'm having a problem. Right know I'm testing the new method called
backToForeground
, it works perfectly on Android 7 and 8, but now Im testing on Android 9 (Emulated on Android Student) and the app is not waking up.There is any way to fix this?
Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: