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.
I don't know or have any idea to solve this problem. Please tell me any solution.
When I upload new version to PlayStore for android 16. PlayStore restricted to upload my application for the following reason.
I don't know or have any idea to solve this problem. Please tell me any solution.