Add a constant for Backup Settings.
Test: mmma -j40 frameworks/base
Change-Id: I7437e299d17e8fbda6a8f0e332400b7db28b46ba
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 952f851..e0089c2 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -3346,6 +3346,11 @@
// OS: N
SUW_ACCESSIBILITY_TOGGLE_SELECT_TO_SPEAK = 817;
+ // OPEN: Settings > System > Backup
+ // CATEGORY: SETTINGS
+ // OS: O
+ BACKUP_SETTINGS = 818;
+
// ---- End O Constants, all O constants go above this line ----
// Add new aosp constants above this line.