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

Commit 89034f52 authored by Saifuddin's avatar Saifuddin Committed by Megha Patil
Browse files

Flag indicating whether the current device allows acknowledgement of SIM...

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.

Change-Id: I43ef8dead1b00aa8256464f8f78e15f671b59ea5
parent 3ef0cc30
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2066,6 +2066,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
@@ -314,6 +314,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" />