Lean plugin to check if device is in power save mode.
Supports:
- Android
- iOS
cordova.plugins.PowerSaveMode.isPowerSaveMode((flag) => {
if (flag) {
console.log('Device is in power save mode.');
}
});
- Julian Scheuchenzuber [email protected] (Android guy)
- Daniel Kliemsch [email protected] (iOS guy)