Hacker News new | ask | show | jobs
by JustSomeNobody 3589 days ago
It's a trade-off. I hate that on iOS I have to have location services ON in order for, say, owncloud to back up my photos in the background. On Android, it just works in the background like it should. Sure, iOS saves on battery because of this, but I strongly feel I should have a say in this as a user. Some apps really should be allowed to run in the background.
1 comments

Except everyone misuses such a thing, privacy gets violated, often don't test well for battery in many different conditions, and then users end up with a shit experience yet don't have the technical expertise to understand why (or which app is causing the problem). Android is particularly difficult since you can have a service running without an app present, so disabling it isn't very intuitive.

I think Apple has done a better job at this balance by not letting people shoot themselves in the foot at the cost the odd useful service not being possible.

Android's starting to head down this road in a better way - add more restrictions to prevent poorly written apps from draining your battery, but allow a override in settings to 'disable battery optimizations' for that app so the user still has control.