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

Commit b650ef75 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add config for modem initial attach requirement" into udc-d1-dev am:...

Merge "Add config for modem initial attach requirement" into udc-d1-dev am: ab37fe08 am: 6ee46eda am: 6af441ea

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



Change-Id: Ib9e3f83f5b018c31b87df2130027b7829b6bfb15
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 135646be 6af441ea
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -167,4 +167,10 @@
         true, routing from the android emergency number database will be ignored. -->
    <bool name="ignore_emergency_number_routing_from_db">false</bool>
    <java-symbol type="bool" name="ignore_emergency_number_routing_from_db" />

    <!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
         data profile -->
    <bool name="allow_clear_initial_attach_data_profile">false</bool>
    <java-symbol type="bool" name="allow_clear_initial_attach_data_profile" />

</resources>