Skip to content

Commit

Permalink
import cm telephony and RIL suppor (2/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamedroid authored and knzy committed Sep 13, 2012
1 parent e6a4f7c commit 5adbed5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,12 @@
<!-- 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>
Expand All @@ -747,6 +753,9 @@
If false, Content-disposition fragments are ignored -->
<bool name="config_mms_content_disposition_support">true</bool>

<!-- If this value is true, we handle Samsung CDMA's message ID method -->
<bool name="config_smsSamsungCdmaAlternateMessageIDEncoding">false</bool>

<!-- National Language Identifier codes for the following two config items.
(from 3GPP TS 23.038 V9.1.1 Table 6.2.1.2.4.1):
0 - reserved
Expand Down
3 changes: 3 additions & 0 deletions core/res/res/values/public.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3653,6 +3653,9 @@
<public type="style" name="Widget.DeviceDefault.MediaRouteButton" id="0x010301d7" />
<public type="style" name="Widget.DeviceDefault.Light.MediaRouteButton" id="0x010301d8" />

<java-symbol type="array" name="config_telephony_set_audioparameters" />
<java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" />

<java-symbol type="string" name="global_action_screenshot" />
<java-symbol type="string" name="global_action_reboot" />
<java-symbol type="string" name="global_actions" />
Expand Down

0 comments on commit 5adbed5

Please sign in to comment.