react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

Getting error when building project

Open amsteromer opened this issue 1 year ago • 4 comments

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",

amsteromer avatar Aug 19 '23 17:08 amsteromer

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

kvron avatar Sep 11 '23 17:09 kvron

I have the same issue,

Could anyone resolved?

TulioMeran avatar Sep 15 '23 01:09 TulioMeran

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

sampriti026 avatar May 28 '24 16:05 sampriti026

Same

AlexLFundbox avatar Aug 14 '24 12:08 AlexLFundbox