Skip to content

Commit

Permalink
bug 851361 -- Revert "Merge pull request mozilla-b2g#8726 from leob2g…
Browse files Browse the repository at this point in the history
…/Bug_852361_Device_is_shut_down_when_battery_level_become_two_percents"

This reverts commit a7f1e92, reversing
changes made to bd39845.
  • Loading branch information
jhford committed Aug 14, 2013
1 parent 79e0d14 commit dfff18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/js/battery_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var BatteryManager = {
TRANSITION_SPEED: 1.8,
TRANSITION_FRACTION: 0.30,

AUTO_SHUTDOWN_LEVEL: 0.00,
AUTO_SHUTDOWN_LEVEL: 0.02,
EMPTY_BATTERY_LEVEL: 0.1,

_battery: window.navigator.battery,
Expand Down

0 comments on commit dfff18a

Please sign in to comment.