guyromb / cordova-open-native-settings

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

Possible to add "Notification" ? #19

Closed luigi37 closed 6 years ago

luigi37 commented 6 years ago

Hi, thanks for this plugin. Would be possible to add "application_notifications" to the ANDROID options? I'd need to point my user to change some application notification options. So far the closest I found is "application_details" but a further click is required to see "Notifications" Thanks

luigi37 commented 6 years ago

BTW: it seems here there is a way but I was not able to implement it in the plugin: https://stackoverflow.com/questions/32366649/any-way-to-link-to-the-android-notification-settings-for-my-app

guyromb commented 6 years ago

@luigi37 what are you struggling with the implementation?

luigi37 commented 6 years ago

I tried all the options suggested at the link above but I could not manage to make the plugin compile properly... unfortunately my knowledge of Java/Android is quite poor...

luigi37 commented 6 years ago

Any chance that the code for notification will be added in future? Thanks

luigi37 commented 6 years ago

Sorry to push.... any chance that the "Notification" window could be opened directly in Android (and eventually on iOS? I tried again to add the code myself but no luck...

guyromb commented 6 years ago

Can you send your modifications so I can review it? What error do you get?

guyromb commented 6 years ago

https://github.com/guyromb/Cordova-open-native-settings/pull/22

luigi37 commented 6 years ago

Thank you. I will try tonight and report