diff options
author | Alison Cichowlas <asc@google.com> | 2019-09-12 15:51:19 -0400 |
---|---|---|
committer | Alison Cichowlas <asc@google.com> | 2019-09-12 15:56:17 -0400 |
commit | a2d980661cb7d02c917764bde1d426cb55bc2d88 (patch) | |
tree | a4eb9dc2d275e0b126a989dbf1aa2f9030dd07c6 /proto/src | |
parent | 9e386898d8dcac359afa392ea63f115b5402aafa (diff) |
Add constant for System actions in Sharesheet.
Test: manual; compiles
Bug: 140928181
Change-Id: I66e38efbf87bed573766a17cc1401ed19e606c48
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 5a4892c75d9e..f40a1eea255b 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7414,6 +7414,14 @@ message MetricsEvent { // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748; + + + // ACTION: Chooser > User taps a system-provided target such as copy + // SUBTYPE: Index of target + // CATEGORY: GLOBAL_SYSTEM_UI + // OS: Q - QPR1 + ACTION_ACTIVITY_CHOOSER_PICKED_SYSTEM_TARGET = 1749; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |