Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea28c5a0 authored by jt1134's avatar jt1134 Committed by Gerrit Code Review
Browse files

add bools to overlay for Samsung CDMA SMS decoding hacks

ported from CM7/9/10

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

Change-Id: I28093cdb8770f98b94cedbff63e6121c798cf9af
parent 1ca3fa0e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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" />