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

Battery Optimization #4

Closed frontendDuall closed 7 years ago

frontendDuall commented 7 years ago

Good morning, can you open Battery Optimization?

Thank you very much

screenshot_1

guyromb commented 7 years ago

@frontendDuall The available options regarding battery for Android are: ACTION_BATTERY_SAVER_SETTINGS ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS

For more info check this link: https://developer.android.com/reference/android/provider/Settings.html

emcniece commented 7 years ago

I have tested the ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS and it appears to be the page that @frontendDuall is looking for:

Android battery optimization page

Settings page parameter added in https://github.com/guyromb/Cordova-open-native-settings/pull/11

guyromb commented 7 years ago

@frontendDuall @emcniece Ok that's great. Can you please add it to Readme + java file and create a pull request in case you modified it already? Thanks!

emcniece commented 7 years ago

@guyromb already done! https://github.com/guyromb/Cordova-open-native-settings/pull/11