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

Commit 55495c74 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "telephony: disable the use of SMS_EXPECT_MORE by default (1/2)" into cm-11.0

parents 7e720273 191ed5f1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1489,4 +1489,10 @@
    <!-- Configuration to enable non-default PDP during IWLAN -->
    <bool name="config_feature_iwlan_enabled">false</bool>

    <!-- Flag indicating whether the RIL_REQUEST_SEND_SMS_EXPECT_MORE
         API should be used or not. The usage of the API is added
         by CodeAurora and may not be supported by certain RIL.

         The default value is false which represents AOSP behavior. -->
    <bool name="config_smsUseExpectMore">false</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -1991,4 +1991,7 @@
  <java-symbol type="drawable" name="ic_privacy_guard_off" />
  <java-symbol type="string" name="privacy_guard_dialog_title" />
  <java-symbol type="string" name="privacy_guard_dialog_summary" />

  <!-- SMS RIL_REQUEST_SEND_SMS_EXPECT_MORE -->
  <java-symbol type="bool" name="config_smsUseExpectMore" />
</resources>