Merge "Add a flag for notification permission."

This commit is contained in:
TreeHugger Robot
2021-10-11 15:19:24 +00:00
committed by Android (Google) Code Review

View File

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