Merge "Add a flag for notification permission."
This commit is contained in:
committed by
Android (Google) Code Review
commit
75e9eee919
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user