From b062e90b2f484aa1ffdbcd8026d5fcb3955c501f Mon Sep 17 00:00:00 2001 From: Antony Sargent Date: Thu, 23 Mar 2017 16:32:04 -0700 Subject: Create a metrics event for ag/1972563 (instant apps detail screen) Bug: 35098444 Test: Tests for functional changes are in ag/1972563 Change-Id: I17de46278c815c9b6b385b111ca6544aa456d133 --- proto/src/metrics_constants.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 639527d71bb1..c091c419328f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3791,6 +3791,12 @@ message MetricsEvent { // CATEGORY: SETTINGS // OS: O ACCESSIBILITY_SCREEN_MAGNIFICATION_SETTINGS = 922; + + // ACTION: Logs pressing the "Clear app" button in the app info settings page for an instant + // app. + // VALUE: The package name of the app + ACTION_SETTINGS_CLEAR_INSTANT_APP = 923; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. -- cgit v1.2.3-59-g8ed1b