Loading core/java/android/provider/Settings.java +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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"; Loading Loading
core/java/android/provider/Settings.java +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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"; Loading