I have mixed feelings. It pretty much shuts down the phone when its left idle, so of course it will save battery, but it seems like so much more could be done.
- only works on flat surface when left alone, i..e when sleeping or if you forget the phone. What if I have my phone in backpack, or in a flight, or a train? Exact same need there.
- it stops all notifications till you use the phone. I depend on my phone to beep and tell me something's up even when I'm home all day.
- there are much better ways to do this - periodically wake up the notif service, save battery by turning off data/gps/bt/wifi etc when its not turned on for say 5min
- throttle the cpu based on usage, move tasks to low power core, but dont shut everything off
- many custom apps and roms have implemented above features, but they need root and can't do as much as the OS can
- M does nothing to address the problem of wakelocks. If you have one and Doze is not activated (e.g. normal work day) then wakelocks will still drain battery. This is one of the biggest issues in Android
- only works on flat surface when left alone, i..e when sleeping or if you forget the phone. What if I have my phone in backpack, or in a flight, or a train? Exact same need there.
- it stops all notifications till you use the phone. I depend on my phone to beep and tell me something's up even when I'm home all day.
- there are much better ways to do this - periodically wake up the notif service, save battery by turning off data/gps/bt/wifi etc when its not turned on for say 5min
- throttle the cpu based on usage, move tasks to low power core, but dont shut everything off
- many custom apps and roms have implemented above features, but they need root and can't do as much as the OS can
- M does nothing to address the problem of wakelocks. If you have one and Doze is not activated (e.g. normal work day) then wakelocks will still drain battery. This is one of the biggest issues in Android
