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

Commit 44a03797 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4895cab0 28d9773a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1403,4 +1403,6 @@
    <!-- 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_setup_mms_data">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -1793,4 +1793,5 @@
  <!-- cpu boost for overscroller fling -->
  <java-symbol type="bool" name="config_enableCpuBoostForOverScrollerFling" />
  <java-symbol type="bool" name="use_motion_accel" />
  <java-symbol type="bool" name="config_setup_mms_data" />
</resources>