Donate to
e Foundation
|
Murena
handsets with /e/OS | Own a part of Murena!
Learn more
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
android_frameworks_base
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
e
os
android_frameworks_base
Commits
8cadc83b
Commit
8cadc83b
authored
11 months ago
by
Jongduck You
Committed by
Android (Google) Code Review
11 months ago
Browse files
Options
Downloads
Plain Diff
Merge "Add EXTRA_USE_EMERGENCY_ROUTING to PhoneConstants" into 24D1-dev
parents
50d756f7
cf2e057f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
telephony/java/com/android/internal/telephony/PhoneConstants.java
+6
-0
6 additions, 0 deletions
...y/java/com/android/internal/telephony/PhoneConstants.java
with
6 additions
and
0 deletions
telephony/java/com/android/internal/telephony/PhoneConstants.java
+
6
−
0
View file @
8cadc83b
...
...
@@ -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"
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment