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

Commit 150685e4 authored by Syed Saifuddin Khazi's avatar Syed Saifuddin Khazi Committed by Android (Google) Code Review
Browse files

Merge "Flag indicating whether the current device allows acknowledgement of...

Merge "Flag indicating  whether the current device allows acknowledgement of SIM operation like SM-PP or saving SMS to SIM via IMS interfaces. If true, this means that the device supports sending of sim operation response via the IMS interfaces. Test: Manually tested."
parents 92aa1e38 89034f52
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2078,6 +2078,13 @@
    <!-- Flag indicating whether the current device supports "Ask every time" for sms-->
    <bool name="config_sms_ask_every_time_support">true</bool>

    <!-- Flag indicating whether the current device allows acknowledgement of SIM operation like
         SM-PP or saving SMS to SIM can be done via the IMS interfaces.
         If true,this means that the device supports sending of sim operation response via the
         IMS interface APIs. This can be overridden to false for devices which can't send
         sim operation acknowledgements via IMS interface APIs. -->
    <bool name="config_smppsim_response_via_ims">false</bool>

    <!-- Flag indicating whether the current device allows data.
         If true, this means that the device supports data connectivity through
         the telephony network.
+1 −0
Original line number Diff line number Diff line
@@ -315,6 +315,7 @@
  <java-symbol type="bool" name="config_sms_ask_every_time_support" />
  <java-symbol type="bool" name="config_sms_capable" />
  <java-symbol type="bool" name="config_sms_utf8_support" />
  <java-symbol type="bool" name="config_smppsim_response_via_ims" />
  <java-symbol type="bool" name="config_mobile_data_capable" />
  <java-symbol type="bool" name="config_suspendWhenScreenOffDueToProximity" />
  <java-symbol type="bool" name="config_swipeDisambiguation" />