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

Commit c2730077 authored by Qiang Chen's avatar Qiang Chen Committed by Steve Kondik
Browse files

Mms: Add configuration for sending and receiving Mms with data disabled

Use framework resource to config the feature that sending and receiving
Mms when data disabled.

Change-Id: I96362a66aea228afd3033cdf9343468a6d3ffa83
parent 1d34372e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1471,4 +1471,7 @@
    <!-- Configuration to restart radio upon PDP_DEACTIVATE with
         error cause as Regular deactivation(36). -->
    <bool name="config_radio_reset_on_regular_deactivation">true</bool>

    <!-- Configuration to sending and receiving Mms when mobile data is disable.-->
    <bool name="config_setup_mms_data">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -1972,4 +1972,5 @@
  <java-symbol type="dimen" name="edge_gesture_trigger_thickness" />

  <java-symbol type="bool" name="use_motion_accel" />
  <java-symbol type="bool" name="config_setup_mms_data" />
</resources>