Sorry in advance if this is in the wrong spot but the only "request" sections I could find are for project feedback or collaboration requests...
Anyway, with Marshmallow introducing custom permissions my users need to know to manually enable permissions because currently, if you don't know any better, then it appears that certain aspects of my app don't work.
For example, I use the cordova telephone plugin, which doesn't work until the user goes in to the app permissions and enables the telephone permission but there are no automatic system prompts to do so. I was hoping to create a link from my app to open up the app settings in android to make it easier on the novice user.
I can use the cordova plugin "LaunchApp" to open package by url and link to "com.android.settings" but this is too general. I want to go specifically to my app settings.
I found this (see below) and am not sure if it's the basis required to make this plugin but I have no clue how to create a plugin. Can anyone throw something together here?
https://github.com/erikhuisman/cordova-plugin-opensettings
*edit* This may be even better: https://github.com/selahssea/Cordova-open-native-settings *edit*
Thanks in advance.