OSDN Git Service

Add new metrics constant for Bluetooth A2DP hardware offload
authorPetri Gynther <pgynther@google.com>
Sat, 19 May 2018 05:59:50 +0000 (22:59 -0700)
committerPetri Gynther <pgynther@google.com>
Sun, 20 May 2018 05:35:50 +0000 (05:35 +0000)
Bug: 63932139
Bug: 79568680
Test: Settings app compiles without errors
Change-Id: I535f9cd819787f6c8d24facb5824dbf7472d5231
Merged-In: I535f9cd819787f6c8d24facb5824dbf7472d5231

proto/src/metrics_constants.proto

index 083598d..686ab53 100644 (file)
@@ -5974,6 +5974,12 @@ message MetricsEvent {
     // OS: P
     ACTION_HUSH_GESTURE = 1440;
 
+    // OPEN: Settings -> Developer Options -> Disable Bluetooth A2DP hardware
+    // offload
+    // CATEGORY: SETTINGS
+    // OS: P
+    DIALOG_BLUETOOTH_DISABLE_A2DP_HW_OFFLOAD = 1441;
+
     // ---- End P Constants, all P constants go above this line ----
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS