diff options
| author | 2018-01-08 17:51:57 -0800 | |
|---|---|---|
| committer | 2018-01-08 17:51:57 -0800 | |
| commit | e04138d6fbd188a3d20160b14a5fdf59f1f5ed15 (patch) | |
| tree | 16abcd3af52850c5506b7d87aa1a7876242eadfe | |
| parent | 65e919ae8c299fe06613b67b534d085909306354 (diff) | |
Add metric for Smart battery page.
Bug: 71502850
Test: Build
Change-Id: I08082b96f0bae1472db1f13ef89488fb08be21b7
| -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 1aaa53837bf9..4f04d36ba2fc 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5124,6 +5124,11 @@ message MetricsEvent { // OS: P ACTION_USB_CONFIG_ACCESSORY = 1280; + // OPEN: Settings > Battery > Smart Battery + // CATEGORY: SETTINGS + // OS: P + FUELGAUGE_SMART_BATTERY = 1281; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |