diff options
Diffstat (limited to 'telecomm/java/android/telecom/CallScreeningService.java')
-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 deeb4331bcaa..7861b11158cd 100644 --- a/telecomm/java/android/telecom/CallScreeningService.java +++ b/telecomm/java/android/telecom/CallScreeningService.java @@ -516,7 +516,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 |