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

Commit 595271a1 authored by Huang Xianfei's avatar Huang Xianfei Committed by Gerrit - the friendly Code Review server
Browse files

Add VoLTE preferred function control flag

add flag to control whether use volte preferred function

Change-Id: I116f8fbe6f653e6f72b5ac1a19d942252705584e
CRs-Fixed: 1039370
parent 700a654d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6560,6 +6560,12 @@ public final class Settings {
         */
        public static final String AIRPLANE_MODE_ON = "airplane_mode_on";

        /**
         * Whether VoLTE Preferred is on
         * @hide
         */
        public static final String VOLTE_PREFERRED_ON = "volte_preferred_on";

        /**
         * Whether Theater Mode is on.
         * {@hide}
+1 −0
Original line number Diff line number Diff line
@@ -2655,4 +2655,5 @@
    <!-- Allow the gesture to tap the power button N times to start
         the Emergency Call while the device is non-interactive. -->
    <bool name="config_emergencyCallOnPowerkeyTapGestureEnabled">false</bool>
    <bool name="config_volte_preferred">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -2736,4 +2736,5 @@
  <java-symbol type="integer" name="power_key_hits_emergency" />
  <java-symbol type="bool" name="config_emergencyCallOnPowerkeyTapGestureEnabled" />
  <java-symbol type="bool" name="config_usb_data_unlock" />
  <java-symbol type="bool" name="config_volte_preferred" />
</resources>