breautek commented on issue #966: URL: https://github.com/apache/cordova-android/issues/966#issuecomment-621308198
I installed `cordova-plugin-device-settings` and looked at the source code that appeared in the `node_modules` and that plugin didn't do much anyway, it only provided an API to determine if the phone had developer mode enabled and nothing else. [cordova-diagnostic-plugin](https://github.com/dpa99c/cordova-diagnostic-plugin#notifications-module) may have what you need. In general, I think this is probably better off to be a plugin rather than a core feature. It appears that these [docs](https://developer.android.com/reference/android/provider/Settings) would be a good starting place for an android implementation. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org