Skip to content

Commit

Permalink
add bools to overlay for Samsung CDMA SMS decoding hacks
Browse files Browse the repository at this point in the history
ported from CM7/9/10

required by : http://review.cyanogenmod.org/#/c/26918/

Change-Id: I28093cdb8770f98b94cedbff63e6121c798cf9af
  • Loading branch information
jt1134 authored and Gerrit Code Review committed Dec 6, 2012
1 parent 1ca3fa0 commit ea28c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@
cell broadcasting sms, and MMS. -->
<bool name="config_sms_capable">true</bool>

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

<!-- Enable/disable default bluetooth profiles:
HSP_AG, ObexObjectPush, Audio, NAP -->
<bool name="config_bluetooth_default_profiles">true</bool>
Expand Down
1 change: 1 addition & 0 deletions core/res/res/values/symbols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,7 @@
<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" />

<!-- Notification and battery light -->
<java-symbol type="bool" name="config_intrusiveBatteryLed" />
Expand Down

0 comments on commit ea28c5a

Please sign in to comment.