Skip to content

Commit

Permalink
Fixed overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Macgnolia committed Feb 25, 2016
1 parent acff7db commit 0ea1cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -165,8 +165,8 @@
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>

<!-- Performance profiles -->
<!-- Performance profiles
<string name="config_perf_profile_prop">powerhal</string>
<string name="config_perf_profile_default_entry">1</string>
<string name="config_perf_profile_default_entry">1</string> -->

</resources>
4 changes: 2 additions & 2 deletions overlay/packages/services/Telecomm/res/values/config.xml
Expand Up @@ -12,8 +12,8 @@
-->

<resources>
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
<!-- Flag indicating if the speed up audio on mt call code should be executed
<bool name="config_speed_up_audio_on_mt_calls">true</bool> -->

<!-- Flag indicating if the tty is enabled -->
<bool name="tty_enabled">true</bool>
Expand Down

0 comments on commit 0ea1cb1

Please sign in to comment.