Skip to content

Commit

Permalink
Disable some overlay stuff to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagulhas committed Dec 21, 2012
1 parent bfeac29 commit 1dc3bf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -207,17 +207,17 @@

<!-- Set additional audio parameters for incall audio
Usage: parameter=onstring=offstring
Examples: <item>realcall=on=off</item> <item>dualmic_enabled=true=false</item> <item>mic_boost=yes=no</item> -->
Examples: <item>realcall=on=off</item> <item>dualmic_enabled=true=false</item> <item>mic_boost=yes=no</item>
<string-array name="config_telephony_set_audioparameters" translatable="false">
<item>dualmic_enabled=false=false</item>
</string-array>
</string-array> -->

<!-- Set additional audio parameters for incall audio
Usage: parameter=onstring=offstring
Examples: <item>realcall=on=off</item> <item>dualmic_enabled=true=false</item> <item>mic_boost=yes=no</item> -->
Examples: <item>realcall=on=off</item> <item>dualmic_enabled=true=false</item> <item>mic_boost=yes=no</item>
<string-array name="config_telephony_set_audioparameters" translatable="false">
<item>dualmic_enabled=false=false</item>
</string-array>
</string-array> -->

<!-- Hardware 'face' keys present on the device, stored as a bit field.
This integer should equal the sum of the corresponding value for each
Expand Down

0 comments on commit 1dc3bf0

Please sign in to comment.