Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bea3271 authored by Yiyi Shen's avatar Yiyi Shen Committed by Android (Google) Code Review
Browse files

Merge "Add flag to hide "Problem connecting" for Android Auto" into main

parents efdb814d 637fd162
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -187,3 +187,13 @@ flag {
    description: "Enable the connection status report for a set of hearing device."
    bug: "357882387"
}

flag {
    name: "ignore_a2dp_disconnection_for_android_auto"
    namespace: "cross_device_experiences"
    description: "Do not show problem connecting message when Android Auto disconnect A2DP"
    bug: "381981752"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}