-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
BugSomething isn't workingSomething isn't working
Description
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:
expo.modules.audio.service.AudioRecordingService.startForegroundWithNotification
expo.modules.audio.service.AudioControlsService.postOrStartForegroundNotification
To resolve this issue, make sure that BOOT_COMPLETED broadcast receivers do not start restricted foreground service types in the methods listed above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working