diff options
| author | Ethan Chen <intervigil@gmail.com> | 2015-02-18 15:09:59 -0800 |
|---|---|---|
| committer | Scott Mertz <scott@cyngn.com> | 2015-02-19 11:00:17 -0800 |
| commit | 1090de88f6f07940dec47ed20500572b661f4fad (patch) | |
| tree | 9ddb42955c189db02123b1021927b186e33be66c /overlay | |
| parent | d0099b3d107d5f52008b9aa577e0869d75693d30 (diff) | |
lettuce: Re-enable performance profile
Change-Id: I4454d8283f10c1894342b2c5ff09508437a594b7
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index f59406f..691e6fa 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -242,8 +242,8 @@ <bool name="skip_restoring_network_selection">true</bool> <!-- Performance profiles --> - <!--string name="config_perf_profile_prop">powerhal</string> - <string name="config_perf_profile_default_entry">1</string--> + <string name="config_perf_profile_prop">powerhal</string> + <string name="config_perf_profile_default_entry">1</string> <!-- Configuration to restart radio upon PDP_DEACTIVATE with error cause as Regular deactivation(36). --> |
