diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index c81bd1b4c04d..280ae6953dad 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. |