Loading core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -9722,6 +9722,14 @@ public final class Settings { @Readable public static final String NOTIFICATION_DISMISS_RTL = "notification_dismiss_rtl"; /** * Whether the app-level notification setting is represented by a manifest permission. * * @hide */ public static final String NOTIFICATION_PERMISSION_ENABLED = "notification_permission_enabled"; /** * Comma separated list of QS tiles that have been auto-added already. * @hide Loading Loading
core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -9722,6 +9722,14 @@ public final class Settings { @Readable public static final String NOTIFICATION_DISMISS_RTL = "notification_dismiss_rtl"; /** * Whether the app-level notification setting is represented by a manifest permission. * * @hide */ public static final String NOTIFICATION_PERMISSION_ENABLED = "notification_permission_enabled"; /** * Comma separated list of QS tiles that have been auto-added already. * @hide Loading