commit | 5125a91128a161e78236e4e624c51d0eecb97166 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Sat May 19 19:09:46 2018 +0200 |
committer | Pierre-Hugues Husson <phh@phh.me> | Sat May 19 19:09:46 2018 +0200 |
tree | 1b8d295a0d825db911717607ef5d39626da0c57d | |
parent | 1b5659be4f923b6cc2cb9b9aa2593512cbe30e57 [diff] |
Enable AutoPowerModes The doc says that this should be enabled only if you a GCM or something alike. So possibly we don't want this on FOSS/Vanilla variant Fixes https://github.com/phhusson/treble_experimentations/issues/40
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index a333491..f8011d9 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -13,4 +13,6 @@ <string-array translatable="false" name="config_tether_bluetooth_regexs"> <item>"bt-pan"</item> </string-array> + + <bool name="config_enableAutoPowerModes">true</bool> </resources>