diff options
author | Tyler Gunn <tgunn@google.com> | 2021-04-30 10:41:54 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2021-04-30 10:41:54 -0700 |
commit | a5ee1ca4e0087c3d05690c613ad9261069cc1469 (patch) | |
tree | 91c7e8af58d708550c7d942d2f1edd4afd95987c /telecomm | |
parent | 7715ad3ac88d26bca1c74ca0d029a10c130b17cc (diff) |
Clarify API docs for setShouldScreenCallViaAudioProcessing.
Make it clear that this is only visible to the system dialer.
Test: Build docs
Fixes: 186671257
Change-Id: Ia4633d010ab7d48a7bae0afe3bd32bc9f16447d4
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/CallScreeningService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/CallScreeningService.java b/telecomm/java/android/telecom/CallScreeningService.java index 7988b036ccd3..b980d3f55d2c 100644 --- a/telecomm/java/android/telecom/CallScreeningService.java +++ b/telecomm/java/android/telecom/CallScreeningService.java @@ -305,7 +305,7 @@ public abstract class CallScreeningService extends Service { * called with {@code false}, and all other parameters in this builder will be ignored. * <p> * This request will only be honored if the {@link CallScreeningService} shares the same - * uid as the default dialer app. Otherwise, the call will go through as usual. + * uid as the system dialer app. Otherwise, the call will go through as usual. * <p> * Apps built with SDK version {@link android.os.Build.VERSION_CODES#R} or later which * are using the microphone as part of audio processing should specify the |