You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W startForegroundService() not allowed due to mAllowStartForeground false:
service com.example.helloworld/id.flutter.flutter_background_service.BackgroundService
Is there any extra permission I need to get?
Device: Xiaomi note 11 with android 13
The text was updated successfully, but these errors were encountered:
Lingeshwaran78
changed the title
My background service stops after clicking the recent apps close button
My background service stops after clicking the recent apps close button on Android 13
Aug 7, 2024
I have a Xiaomi Note 12 with Android 13 and I usually experience the same problem. More recently, all brands that use some modified Android interface have something that kills foreground services. This website shows some workarounds: dontkillmyapp
In Xiaomi, I usually enable auto-start in the settings menu. There isn't an option to auto-activate this setting, so you need to trust the user to do it manually. There is a library that you can use to check if auto-start is enabled, but it only checks; it does not enable it for you.
W startForegroundService() not allowed due to mAllowStartForeground false:
service com.example.helloworld/id.flutter.flutter_background_service.BackgroundService
Is there any extra permission I need to get?
Device: Xiaomi note 11 with android 13
The text was updated successfully, but these errors were encountered: