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

Skip to content
Snippets Groups Projects
Commit 8cadc83b authored by Jongduck You's avatar Jongduck You Committed by Android (Google) Code Review
Browse files

Merge "Add EXTRA_USE_EMERGENCY_ROUTING to PhoneConstants" into 24D1-dev

parents 50d756f7 cf2e057f
Branches
No related tags found
No related merge requests found
......@@ -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";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment