summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2017-04-27 15:23:52 +0000
committer android-build-merger <android-build-merger@google.com> 2017-04-27 15:23:52 +0000
commit15b267d59b6efcc822c3a7daf8c489c215d54fe8 (patch)
tree4eccf18a8f756d4c2cbfa272073ea3e25f7e24d3
parentd0439793277f332c75eafa481fc6bb9fdbcf3136 (diff)
parent04225787d827ab487d3742e0f0237a3b6cd5dd11 (diff)
Merge "New constant for new settings screen." into oc-dev
am: 04225787d8 Change-Id: Ie4d14f5f2954c40dcdedac8dd028e31d380eb881
-rw-r--r--proto/src/metrics_constants.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 93a55576029e..dc082e137da8 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -3938,6 +3938,16 @@ message MetricsEvent {
// OS: O
ENTERPRISE_PRIVACY_DEFAULT_APPS = 940;
+ // OPEN: Settings > Notifications > An app > A channel > Importance
+ // CATEGORY: SETTINGS
+ // OS: O
+ NOTIFICATION_CHANNEL_IMPORTANCE = 941;
+
+ // OPEN: Settings > Notifications > An app > A channel > On the lock screen
+ // CATEGORY: SETTINGS
+ // OS: O
+ NOTIFICATION_CHANNEL_LOCK_SCREEN_VIS = 942;
+
// ---- End O Constants, all O constants go above this line ----
// Add new aosp constants above this line.