From 8d1a52803d6fab53b1bac29cba39702ad09e6e70 Mon Sep 17 00:00:00 2001 From: Kevin Chyn Date: Thu, 6 Apr 2017 12:11:04 -0700 Subject: [PATCH] renaming/removing fingerprints should be reflected in UI immediately Fixes 30252265 Test: manual Change-Id: I1828a9f24f732ae3026074fe58542988ca839ef7 --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b59e00d1956c..579c54cd311e 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3901,6 +3901,11 @@ message MetricsEvent { // FIELD: Action for a nav button event FIELD_NAV_ACTION = 933; + // OPEN: Settings > Security > Nexus Imprint > [Fingerprint] > Delete + // CATEGORY: SETTINGS + // OS: O + FINGERPRINT_REMOVE_SIDECAR = 934; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line.