summaryrefslogtreecommitdiff
path: root/telecomm
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-06-26 22:45:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-06-26 22:45:32 +0000
commitafe114c2f52c1fa765eec02ca39fba85e4a50dfd (patch)
treea3413f5348dcc0a2412d22c60e87c51105654bf1 /telecomm
parented7cf992a0b4ebbfb6d3347d985810963b72ed31 (diff)
parentefe7351c7cb278d9bdcad4b962215c8f28a845a8 (diff)
Merge "Add telecom command to stop block suppression"
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl5
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();