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

Commit 8c7437dc authored by Qiang Chen's avatar Qiang Chen Committed by Linux Build Service Account
Browse files

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

CRs-Fixed: 532101
Change-Id: I96362a66aea228afd3033cdf9343468a6d3ffa83
Cherry pick from I96362a66aea228afd3033cdf9343468a6d3ffa83
parent eacf6a79
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1953,6 +1953,9 @@
    <!-- bool value to for enabling motion accelerometer -->
    <bool name="use_motion_accel">false</bool>

    <!-- Configuration to sending and receiving Mms when mobile data is disable.-->
    <bool name="config_enable_mms_with_mobile_data_off">false</bool>

    <!-- User display names for app ops codes -->
    <string-array name="app_ops_labels">
        <item>Trying to access location</item>
+2 −0
Original line number Diff line number Diff line
@@ -2162,4 +2162,6 @@
  <java-symbol type="bool" name="config_protocol_errors_perm_failure" />
  <!-- config softap extention feature -->
  <java-symbol type="bool" name="config_softap_extention" />

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