diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-06-26 22:45:32 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-06-26 22:45:32 +0000 |
commit | afe114c2f52c1fa765eec02ca39fba85e4a50dfd (patch) | |
tree | a3413f5348dcc0a2412d22c60e87c51105654bf1 /telecomm | |
parent | ed7cf992a0b4ebbfb6d3347d985810963b72ed31 (diff) | |
parent | efe7351c7cb278d9bdcad4b962215c8f28a845a8 (diff) |
Merge "Add telecom command to stop block suppression"
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index 9a47ae15e64a..0965249cdad3 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -273,6 +273,11 @@ interface ITelecomService { boolean setDefaultDialer(in String packageName); /** + * Stop suppressing blocked numbers after a call to emergency services. Shell only. + */ + void stopBlockSuppression(); + + /** * @see TelecomServiceImpl#createManageBlockedNumbersIntent **/ Intent createManageBlockedNumbersIntent(); |