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

Commit 56efb4fa authored by Amit Mahajan's avatar Amit Mahajan Committed by Automerger Merge Worker
Browse files

Merge "Add config config_voice_data_sms_auto_fallback" am: 0a35aae9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1433920

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic4413bf936d1cc129b3b14442cd91bced306c7c1
parents af364469 0a35aae9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4411,4 +4411,7 @@

    <!-- Component names of the services which will keep critical code path warm -->
    <string-array name="config_keep_warming_services" translatable="false" />

    <!-- Whether to select voice/data/sms preference without user confirmation -->
    <bool name="config_voice_data_sms_auto_fallback">false</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -4057,4 +4057,6 @@
  <java-symbol type="array" name="config_notificationMsgPkgsAllowedAsConvos" />

  <java-symbol type="array" name="config_keep_warming_services" />

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