From 6badc28eccddebdd23bc39d4a951f375a2febb25 Mon Sep 17 00:00:00 2001 From: Andrew Zeng Date: Fri, 22 Jun 2018 15:25:58 -0700 Subject: [PATCH] Update notification settings Javadoc links. Change-Id: If9ed94473fb5c0607fa44b9a42c62837878ffd00 --- core/java/android/provider/Settings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index d548889e398c3..ec7980c540da8 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7303,7 +7303,7 @@ public final class Settings { * see and assist with all of the user's notifications. * * @deprecated Use - * {@link NotificationManager#isNotificationListenerAccessGranted(ComponentName)}. + * {@link NotificationManager#isNotificationAssistantAccessGranted(ComponentName)}. * @hide */ @Deprecated @@ -7319,7 +7319,7 @@ public final class Settings { * * @hide * @deprecated Use - * {@link NotificationManager#isNotificationAssistantAccessGranted(ComponentName)}. + * {@link NotificationManager#isNotificationListenerAccessGranted(ComponentName)}. */ @Deprecated public static final String ENABLED_NOTIFICATION_LISTENERS = "enabled_notification_listeners";