guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 107 forks source link

Open notification access settings #60

Open GabrielCalin opened 3 years ago

GabrielCalin commented 3 years ago

I'm not sure about IOS, but for Android this screen allows the user to allow notification access for applications, which is vital for applications with logic that depends on reading notifications. Looking in the code, I see the 'notification_listner' should do this, but it is commented. Why? Was it not working anymore? Would it be possible to reenable this functionality?