summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorShuo Qian <shuoq@google.com>2020-11-12 21:51:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-12 21:51:29 +0000
commit83cc1b62f0e0c609a2d191c50c94143fb7ca7f00 (patch)
tree76c18f27cf85109f3e9dafba188b63c0385174ce /api
parenteca4612629a149da951b8931d8cef208898c9d19 (diff)
parentdfb7ca01a8fb197da1a9fdf24b311a5680d08577 (diff)
Merge "Introduce hasCompanionInCallServiceAccess API"
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index f3e11d7295ea..69f76451a5c4 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -46299,6 +46299,7 @@ package android.telecom {
method @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE) public String getVoiceMailNumber(android.telecom.PhoneAccountHandle);
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public boolean handleMmi(String);
method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public boolean handleMmi(String, android.telecom.PhoneAccountHandle);
+ method public boolean hasCompanionInCallServiceAccess();
method @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE) public boolean isInCall();
method @RequiresPermission(android.Manifest.permission.READ_PHONE_STATE) public boolean isInManagedCall();
method public boolean isIncomingCallPermitted(android.telecom.PhoneAccountHandle);