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

Commit edd440dc authored by Ling Ma's avatar Ling Ma
Browse files

Add config for modem initial attach requirement

See b/227579876, for P23 and later, we can send null initial attach data profile to modem to clear any previoud data profiles.

Bug: 278702856
Test: voice call + internet browsing + reporter verified
Test: daily test verified on both P22 and P23 by b/283239810 and confirmed by log
Test: daily test related to hot swapping SIM and phone call on Barbet
Change-Id: Ia7a437409c17e4655a969a12112cf96e5791c0fe
parent 9062dee6
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>