diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 952f85136c38..e0089c22839e 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3346,6 +3346,11 @@ message MetricsEvent { // 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. |