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

Commit 9ffaf44b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added new emergency number related device configs."

parents 316f451f 2332ec70
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -117,4 +117,17 @@
    <!-- Whether using the new SubscriptionManagerService or the old SubscriptionController -->
    <bool name="config_using_subscription_manager_service">false</bool>
    <java-symbol type="bool" name="config_using_subscription_manager_service" />

    <!-- Boolean indicating whether the emergency numbers for a country, sourced from modem/config,
         should be ignored if that country is 'locked' (i.e. ignore_modem_config set to true) in
         Android Emergency DB. If this value is true, emergency numbers for a country, sourced from
         modem/config, will be ignored if that country is 'locked' in Android Emergency DB. -->
    <bool name="ignore_modem_config_emergency_numbers">false</bool>
    <java-symbol type="bool" name="ignore_modem_config_emergency_numbers" />

    <!-- Boolean indicating whether emergency numbers routing from the android emergency number
         database should be ignored (i.e. routing will always be set to UNKNOWN). If this value is
         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" />
</resources>