diff options
| -rw-r--r-- | core/java/android/provider/Settings.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index eabb0b8ae7ff..916676ae4c90 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7307,8 +7307,8 @@ public final class Settings { "call_screening_default_component"; /** - * Specifies the package name currently configured to be the default application to perform - * the user-defined call redirection service with Telecom. + * Specifies the component name currently configured to be the default application to + * perform the user-defined call redirection service with Telecom. * @hide */ @UnsupportedAppUsage |