Skip to content

Restricted foreground service types #135

@yanmyocore

Description

@yanmyocore

When I upload new version to PlayStore for android 16. PlayStore restricted to upload my application for the following reason.

Apps targeting Android 15 or later cannot use BOOT_COMPLETED broadcast receivers to launch certain foreground service types. Doing this will cause your app to crash for users on Android 15 and later. Your app starts restricted foreground service types using BOOT_COMPLETED broadcast receivers in the following places:
com.isvisoft.flutter_screen_recording.ForegroundService.startForegroundServiceWithNotification
To resolve this issue, make sure that BOOT_COMPLETED broadcast receivers do not start restricted foreground service types in the methods listed above.

Image

I don't know or have any idea to solve this problem. Please tell me any solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions