From 4058a84e6b434f5fe9c7fccb73f7709cee8644d6 Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Tue, 21 Feb 2017 17:11:35 -0800 Subject: [PATCH] Add metric for new storage screen. Bug: 34715777 Test: None here -- used in topic. Change-Id: Icffecd5abba197d544a1f9bd382d5c09b0bbb388 --- proto/src/metrics_constants.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index c81bd1b4c04d2..280ae6953dad1 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3458,6 +3458,9 @@ message MetricsEvent { // OPEN: Settings > Apps > Default Apps > Assist > Default voice input DEFAULT_VOICE_INPUT_PICKER = 844; + // OPEN: Settings > Storage > [Profile] + SETTINGS_STORAGE_PROFILE = 845; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.