diff options
| -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 72496d27e091..93de08cee5c6 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 ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |