Open moho12n opened 4 years ago
Android 10 has new conditions for services to run activities from the background. Unfortunately, I don't have time to work on it right now. Everyone is more than welcome to contribute!
Hi, can you point me to some resource or otherwise give me an idea to what these new conditions are? I am only starting out with flutter/android but I am willing to dig into the Java side as well.
Any idea how to make it work for Android 10 and above.
@abusaadp take a look here https://stackoverflow.com/questions/58534450/a-way-to-get-a-minimized-app-to-foreground-in-flutter I made this right after this lib.
I tried to run the example on multiple devices and noticed that the example is not working on android 10, I'm trying to figure out the reason but couldn't find it