From 8e89968c6bedbdbc7f45dc843fc55926d956a140 Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Wed, 4 Apr 2018 14:42:59 -0700 Subject: [PATCH] Add constant for bluetooth fragment simply adds a metrics constant for the new bluetooth screen Bug: 77543471 Test: robotests pass Change-Id: Id6317df4b86def4e0aa095fd3bc1ed544c0f0220 --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 455d6c4bda018..645e1ad575678 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5659,6 +5659,11 @@ message MetricsEvent { // OS: P FIELD_APP_VERSION_CODE = 1389; + // OPEN: Settings > Connected Devices > Bluetooth + // CATEGORY: SETTINGS + // OS: P + BLUETOOTH_FRAGMENT = 1390; + // ---- End P Constants, all P constants go above this line ---- // First Q constant in master goes here: