summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorAndrew Zeng <zenga@google.com>2018-06-22 15:25:58 -0700
committerAndrew Zeng <zenga@google.com>2018-06-27 21:09:15 +0000
commit6badc28eccddebdd23bc39d4a951f375a2febb25 (patch)
treea8d14a77ffa8a2606e4410e6e336c2ae064227c2 /core/java
parenta402e4136de487f84fce865baad3d795ad72ab05 (diff)
Update notification settings Javadoc links.
Change-Id: If9ed94473fb5c0607fa44b9a42c62837878ffd00
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index d548889e398c..ec7980c540da 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";