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

Commit cf2e057f authored by Jongduck You's avatar Jongduck You
Browse files

Add EXTRA_USE_EMERGENCY_ROUTING to PhoneConstants

Add EXTRA_USE_EMERGENCY_ROUTING key to specify whether or not to use emergency routing
Add EXTRA_EMERGENCY_URNS key to specify the alternate emergency URNs

Bug: 336759603
Test: build and manual test

Change-Id: I93f8924691067e1fa7377ac26b3d237a236169c7
parent 7608bcd7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -252,4 +252,10 @@ public class PhoneConstants {

    /** The key to specify the emergency service category */
    public static final String EXTRA_EMERGENCY_SERVICE_CATEGORY = "emergency_service_category";

    /** The key to specify the alternate emergency URNs */
    public static final String EXTRA_EMERGENCY_URNS = "emergency_urns";

    /** The key to specify whether or not to use emergency routing */
    public static final String EXTRA_USE_EMERGENCY_ROUTING = "use_emergency_routing";
}