react-native-push-notification: Missing permissions required by intent Intent.ACTION_CLOSE_SYSTEM_DIALOGS:
version: 8.1.0
When: When I call the ./gradlew build
command.
I got an error like:
react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationActions.java:75: Error: Missing permissions required by intent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS [MissingPermission]
context.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 15
Any update on this? I am facing the same problem.