diff options
| author | CyberWalkMaN <firefox883@gmail.com> | 2018-06-18 22:33:00 +0500 |
|---|---|---|
| committer | Erfan Abdi <erfangplus@gmail.com> | 2018-07-11 11:59:40 +0430 |
| commit | 9b57d86a1d1bf36d11d9d11bbf6f1002469ab7b5 (patch) | |
| tree | 32070727d9b44f8cc6978d9ded773811a508fa7f | |
| parent | 9f05eadda6e40a75962f08ccb49c06ed33d0a6dc (diff) | |
griffin: overlay: Remove config_enableAutoPowerModes
* Enabled globally in I1999b04876f1ddce1574c050b6bc582e9a9a96da
Change-Id: I28e51cb7709d73f70f4c96987bff89cff4cb571a
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 17ba5920..01a99004 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -280,15 +280,6 @@ <!-- Boolean indicating if current platform supports BLE peripheral mode --> <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool> - <!-- Set this to true to enable the platform's auto-power-save modes like doze and - app standby. These are not enabled by default because they require a standard - cloud-to-device messaging service for apps to interact correctly with the modes - (such as to be able to deliver an instant message to the device even when it is - dozing). This should be enabled if you have such services and expect apps to - correctly use them when installed on your device. Otherwise, keep this disabled - so that applications can still use their own mechanisms. --> - <bool name="config_enableAutoPowerModes">true</bool> - <!-- Default list of files pinned by the Pinner Service --> <string-array translatable="false" name="config_defaultPinnerServiceFiles"> <item>"/system/framework/arm64/boot-framework.oat"</item> |
