diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 6 |
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. |