zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.73k stars 2.05k forks source link

Getting error when building project #2378

Open amsteromer opened 10 months ago

amsteromer commented 10 months ago

Hey i receive "Missing permissions required by i ntent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"

i use the following packages:

"react-native-push-notification": "^8.1.1", "react": "18.2.0", "react-native": "0.72.4",

kvron commented 9 months ago

Same error here. node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationActions.java:65: Error: Missing permissions required by intent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS [MissingPermission]

"react-native": "0.70.8", "react-native-push-notification": "^8.1.1", "react": "18.1.0",

build.gradle:

minSdkVersion 23 targetSdkVersion 33

TulioMeran commented 9 months ago

I have the same issue,

Could anyone resolved?

sampriti026 commented 1 month ago

Hey could anyone resolve this issue here? struggling for days, :( @kvron @TulioMeran @amsteromer