Skip to content
Snippets Groups Projects
Commit 65a784c2 authored by Fan Zhang's avatar Fan Zhang Committed by Automerger Merge Worker
Browse files

Merge "Add @TestApi to createLaunchEmergencyDialerIntent" into rvc-dev am:...

Merge "Add @TestApi to createLaunchEmergencyDialerIntent" into rvc-dev am: b9c99178 am: 64750d74 am: 0877a937

Change-Id: I974111078236e79f3e8db670c068e9043879b62c
parents 3471e8f6 0877a937
No related branches found
No related tags found
No related merge requests found
......@@ -3691,6 +3691,7 @@ package android.telecom {
}
public class TelecomManager {
method @NonNull public android.content.Intent createLaunchEmergencyDialerIntent(@Nullable String);
method @NonNull @RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public java.util.List<android.telecom.PhoneAccountHandle> getCallCapablePhoneAccounts(boolean);
method @RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public int getCurrentTtyMode();
method @Nullable @RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE") public String getDefaultDialerPackage(@NonNull android.os.UserHandle);
......
......@@ -2215,6 +2215,7 @@ public class TelecomManager {
* @hide
*/
@SystemApi
@TestApi
@NonNull
public Intent createLaunchEmergencyDialerIntent(@Nullable String number) {
ITelecomService service = getTelecomService();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment