Update notification settings Javadoc links.

Change-Id: If9ed94473fb5c0607fa44b9a42c62837878ffd00
This commit is contained in:
Andrew Zeng
2018-06-22 15:25:58 -07:00
parent a402e4136d
commit 6badc28ecc

View File

@@ -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";