summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorYuri Lin <yurilin@google.com>2022-03-29 18:17:53 -0400
committerYuri Lin <yurilin@google.com>2022-04-07 14:53:52 +0000
commit5abe07c37f00741949770b028f7c58c8052c3c63 (patch)
tree642acb56dc94f46c0a4cda7581cd5ffa5ac8370d /proto
parent756f7b4e91eb25917f92e304400bed28c9e31333 (diff)
downloadbase-5abe07c37f00741949770b028f7c58c8052c3c63.tar.gz
Add strings & channel to be used for notification to review permissions.
Also changes the SYSTEM_CHANGES notification channel to be IMPORTANCE_DEFAULT (by deprecating the existing, unused one). Bug: 225373531 Test: manual by forcing the notification to show Change-Id: I9743fe08cccbd8b6a9e7b367e32fe3e597b81ec4 Merged-In: I9743fe08cccbd8b6a9e7b367e32fe3e597b81ec4
Diffstat (limited to 'proto')
-rw-r--r--proto/src/system_messages.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index 177b080bfbf6..dfa34bb50805 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -286,6 +286,10 @@ message SystemMessage {
// Package: android
NOTE_MTE_OVERRIDE_ENABLED = 69;
+ // Inform the user of notification permissions changes.
+ // Package: android
+ NOTE_REVIEW_NOTIFICATION_PERMISSIONS = 71;
+
// ADD_NEW_IDS_ABOVE_THIS_LINE
// Legacy IDs with arbitrary values appear below
// Legacy IDs existed as stable non-conflicting constants prior to the O release