Loading core/res/res/values/config.xml +8 −0 Original line number Diff line number Diff line Loading @@ -810,6 +810,14 @@ <!-- The VoiceMail default value is displayed to my own number if it is true --> <bool name="config_telephony_use_own_number_for_voicemail">false</bool> <!-- 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> --> <string-array name="config_telephony_set_audioparameters" translatable="false"> </string-array> <!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder. If false, decoded by Latin decoder. --> <bool name="config_sms_utf8_support">false</bool> Loading core/res/res/values/symbols.xml +5 −2 Original line number Diff line number Diff line Loading @@ -1835,12 +1835,15 @@ <java-symbol type="bool" name="config_hasRotationLockSwitch" /> <java-symbol type="integer" name="config_backKillTimeout" /> <java-symbol type="bool" name="config_show_cmIMESwitcher"/> <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" /> <java-symbol type="bool" name="config_samsung_stk" /> <java-symbol type="integer" name="config_wallpaperMaxWidth" /> <java-symbol type="string" name="config_legacyUmsLunFile" /> <java-symbol type="bool" name="config_hasRemovableLid" /> <!-- Telephony --> <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" /> <java-symbol type="bool" name="config_samsung_stk" /> <java-symbol type="array" name="config_telephony_set_audioparameters" /> <!-- Hardware Key ReMapping --> <java-symbol type="integer" name="config_deviceHardwareKeys" /> Loading Loading
core/res/res/values/config.xml +8 −0 Original line number Diff line number Diff line Loading @@ -810,6 +810,14 @@ <!-- The VoiceMail default value is displayed to my own number if it is true --> <bool name="config_telephony_use_own_number_for_voicemail">false</bool> <!-- 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> --> <string-array name="config_telephony_set_audioparameters" translatable="false"> </string-array> <!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder. If false, decoded by Latin decoder. --> <bool name="config_sms_utf8_support">false</bool> Loading
core/res/res/values/symbols.xml +5 −2 Original line number Diff line number Diff line Loading @@ -1835,12 +1835,15 @@ <java-symbol type="bool" name="config_hasRotationLockSwitch" /> <java-symbol type="integer" name="config_backKillTimeout" /> <java-symbol type="bool" name="config_show_cmIMESwitcher"/> <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" /> <java-symbol type="bool" name="config_samsung_stk" /> <java-symbol type="integer" name="config_wallpaperMaxWidth" /> <java-symbol type="string" name="config_legacyUmsLunFile" /> <java-symbol type="bool" name="config_hasRemovableLid" /> <!-- Telephony --> <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" /> <java-symbol type="bool" name="config_samsung_stk" /> <java-symbol type="array" name="config_telephony_set_audioparameters" /> <!-- Hardware Key ReMapping --> <java-symbol type="integer" name="config_deviceHardwareKeys" /> Loading