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

Commit a93febe2 authored by Qiang Chen's avatar Qiang Chen Committed by Steve Kondik
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 d93cb3a8
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -1950,6 +1950,9 @@
    <!-- bool value to for enabling motion accelerometer -->
    <!-- bool value to for enabling motion accelerometer -->
    <bool name="use_motion_accel">false</bool>
    <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 -->
    <!-- User display names for app ops codes -->
    <string-array name="app_ops_labels">
    <string-array name="app_ops_labels">
        <item>Trying to access location</item>
        <item>Trying to access location</item>
+2 −0
Original line number Original line Diff line number Diff line
@@ -2155,4 +2155,6 @@
  <java-symbol type="bool" name="config_protocol_errors_perm_failure" />
  <java-symbol type="bool" name="config_protocol_errors_perm_failure" />
  <!-- config softap extention feature -->
  <!-- config softap extention feature -->
  <java-symbol type="bool" name="config_softap_extention" />
  <java-symbol type="bool" name="config_softap_extention" />

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