diff options
| author | sqian <shuoq@google.com> | 2018-10-30 13:25:37 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-10-30 13:25:37 -0700 |
| commit | bf916cd0222baf59da7288323017a0e13b5eb041 (patch) | |
| tree | 5ecb48f68d9372bd7bb0bfbf107998d1c246aeac /core/java | |
| parent | 8c439aa77169b3cd8edf1601221574defd72ba16 (diff) | |
| parent | 5cfa939ba0594a94504960987f49468b4a80a2e0 (diff) | |
Merge "Change package to component for Setting's default call redirection service" am: f67ece13ad am: a6bf55bcc6
am: 5cfa939ba0
Change-Id: Ic799f4b0e42aad5f9446478a1954555b9afbc689
Diffstat (limited to 'core/java')
| -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 cba0a5083349..f58624ff55c0 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7397,8 +7397,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 |
