From 010aa499cd21eee41af0f79c48eb2c8ed6a139a4 Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Wed, 11 May 2016 09:42:24 -0700 Subject: [PATCH] Add new action for the storage manager settings. Bug: 28560570 Change-Id: I7a17feff51c96634bfcc7d238ab168f0878e0e62 --- proto/src/metrics_constants.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 4a98854210166..1c1256520b2c1 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2235,6 +2235,10 @@ message MetricsEvent { // Subtype: Index of selection ACTION_APP_DISAMBIG_TAP = 457; + // OPEN: Settings > Internal storage > Storage manager + // CATEGORY: SETTINGS + STORAGE_MANAGER_SETTINGS = 458; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }