voximplant / react-native-foreground-service

React native module to start foreground service on android
MIT License
159 stars 91 forks source link

Add support for android 14 (sdk 34) #69

Open jasminmif opened 4 months ago

jasminmif commented 4 months ago

Android 14 and on for registerReceiver requires flag RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED

gustavoabel commented 4 months ago

@jasminmif Hey! has this been properly tested on a device running android 14?