diff options
author | Jookia <166291@gmail.com> | 2016-11-09 07:14:35 +1100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-10 11:33:05 +0100 |
commit | 735df82261e3b5898a4ddad24226ee03955d2b75 (patch) | |
tree | bfc0c09930fba62317d7f53159150555ec7a4c27 /overlay/frameworks/base | |
parent | 24de677463060ad71bbbc2edfa8598f0c26239fe (diff) | |
download | device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.zip device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.gz device_samsung_galaxys2-common-735df82261e3b5898a4ddad24226ee03955d2b75.tar.bz2 |
Remove all GPS code.
Currently gpswrapper causes a crash when booting, so for now remove it. But
since we're removing that, remove the rest of it while we're at it. If people
want to use the GPS, they can revert this commit.
Diffstat (limited to 'overlay/frameworks/base')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml index ab187b6..7a436fe 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -12,7 +12,6 @@ <item name="dsp.video">265</item> <item name="radio.active">242</item> <item name="radio.scanning">82</item> - <item name="gps.on">1</item> <array name="radio.on"> <value>2.7</value> <value>3</value> |