summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Nishi <dhnishi@google.com> 2016-07-12 13:55:57 -0700
committer Daniel Nishi <dhnishi@google.com> 2016-07-12 13:59:37 -0700
commitff69a4ba1bc4396f52482bbfa450f64c06b66f47 (patch)
tree7933709427fe96ca33c38b6bc9db9475f3238d90
parent2c5da6668c23ebf288d5af07ef7160904c6f7751 (diff)
Add a constant for when the storage manager is toggled on and off.
Bug: 30095915 Change-Id: I9fef3ec47552d344cff51fc1f2cf2e02e9b51574
-rw-r--r--proto/src/metrics_constants.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 45e3e7efdcdf..64b30d917200 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -2371,6 +2371,10 @@ message MetricsEvent {
// CATEGORY: SETTINGS
NIGHT_DISPLAY_SETTINGS = 488;
+ // ACTION: Settings -> Storage -> Manage storage -> Click Storage Manager
+ // SUBTYPE: false is off, true is on
+ ACTION_TOGGLE_STORAGE_MANAGER = 489;
+
// ---- End N-MR1 Constants, all N-MR1 constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS