diff options
| author | 2018-09-10 17:37:17 +0000 | |
|---|---|---|
| committer | 2018-09-10 17:37:17 +0000 | |
| commit | 2ba884df655f9435f6f5a2605ae82aef21f83b31 (patch) | |
| tree | b9f8d593498057579c3d7493b20b133a72e6f724 | |
| parent | 77e36b7ba7db7e96ef27e8d35f729382327ba699 (diff) | |
| parent | 2cc9b4b9fe672d1d8423d33a9fccecced157875e (diff) | |
Merge "Add metric id for Mobile network page"
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 7edcdcbb5623..41b3febef31f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -6512,6 +6512,11 @@ message MetricsEvent { // OS: Q SETTINGS_GESTURE_WAKE_SCREEN = 1570; + // OPEN: Settings > Network & internet > Mobile network + // CATEGORY: SETTINGS + // OS: Q + MOBILE_NETWORK = 1571; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. |