Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c37ce4c authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add a flag for notification permission.

Test: atest
Bug: 194833441
Change-Id: Iec856754264ff34f0f1c5c116d72834568e55d89
parent f0a30f66
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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