summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Nishi <dhnishi@google.com> 2016-07-13 16:47:22 +0000
committer android-build-merger <android-build-merger@google.com> 2016-07-13 16:47:22 +0000
commit04e97a158ac183a97515501d87d8bbb0b32e5323 (patch)
tree68b0e9fd26863dd1c486b5fe86e55ad6dffc807f
parente8fa8aa5c79ba11f396b55587cf14fbd4ef2f13d (diff)
parent3d38bbb7c393b66cc2e0f4cfe09253ae17c3134b (diff)
Merge \\"Add a constant for when the storage manager is toggled on and off.\\" into nyc-mr1-dev am: b5bb9f5ca7
am: 3d38bbb7c3 Change-Id: I76340654ee6904b4f02326b4242eaacf7ee5bf49
-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 0fc9da0a093c..50294be45ad7 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 ----
// ------- Begin N Keyboard Shortcuts Helper -----