summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Antony Sargent <asargent@google.com> 2017-03-23 16:32:04 -0700
committer Antony Sargent <asargent@google.com> 2017-03-24 13:30:03 -0700
commitb062e90b2f484aa1ffdbcd8026d5fcb3955c501f (patch)
tree7cd12b774dd7b5942aa6b7f48cc01392fe179b90
parenta635e8d18dbcbc2f1974050e70629bf40f05f8ce (diff)
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
-rw-r--r--proto/src/metrics_constants.proto6
1 files changed, 6 insertions, 0 deletions
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.