Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
527b5072
Commit
527b5072
authored
2 years ago
by
Ayush Sharma
Browse files
Options
Downloads
Patches
Plain Diff
Add intent for switch to work profile dialog
Bug: 258629881 Test: NA Change-Id: I503767a4752a55207ece61255f7b547226129091
parent
59130bd0
No related branches found
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
telecomm/java/android/telecom/TelecomManager.java
+17
-0
17 additions, 0 deletions
telecomm/java/android/telecom/TelecomManager.java
with
17 additions
and
0 deletions
telecomm/java/android/telecom/TelecomManager.java
+
17
−
0
View file @
527b5072
...
...
@@ -950,6 +950,23 @@ public class TelecomManager {
@SystemApi
public
static
final
String
EXTRA_CALL_SOURCE
=
"android.telecom.extra.CALL_SOURCE"
;
/**
* Intent action to trigger "switch to managed profile" dialog for call in SystemUI
*
* @hide
*/
public
static
final
String
ACTION_SHOW_SWITCH_TO_WORK_PROFILE_FOR_CALL_DIALOG
=
"android.telecom.action.SHOW_SWITCH_TO_WORK_PROFILE_FOR_CALL_DIALOG"
;
/**
* Extra specifying the managed profile user id.
* This is used with {@link TelecomManager#ACTION_SHOW_SWITCH_TO_WORK_PROFILE_FOR_CALL_DIALOG}
*
* @hide
*/
public
static
final
String
EXTRA_MANAGED_PROFILE_USER_ID
=
"android.telecom.extra.MANAGED_PROFILE_USER_ID"
;
/**
* Indicating the call is initiated via emergency dialer's shortcut button.
*
...
...
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