commit | 4325c181b7aca5dc4f809ba218a9945e4ad4bdb8 | [log] [tgz] |
---|---|---|
author | Daniel Nishi <dhnishi@google.com> | Wed Aug 23 10:27:08 2017 -0700 |
committer | Daniel Nishi <dhnishi@google.com> | Fri Sep 01 10:38:43 2017 -0700 |
tree | 30a3464d585a9c145a0a944af2e2708b49e7f9e1 | |
parent | db25b9fb3b22d2bdbf9603786ead2e7189b9a544 [diff] [blame] |
Add a photos app filter and a metric for using it. Bug: 64147318 Test: SettingsLib integ tests Change-Id: Id165a514aa65d2efdd4e6753c3e73762293e892e Merged-In: I4cae384fa565ac0928177bd85804d7904cd6156c
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index a287254..1d6e76f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto
@@ -4282,6 +4282,11 @@ // the app transition. APP_TRANSITION_REPORTED_DRAWN_MS = 1091; + // OPEN: Settings > Storage > Photos & Videos + // CATEGORY: SETTINGS + // OS: O MR + APPLICATIONS_STORAGE_PHOTOS = 1092; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }