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

Commit 637fd162 authored by Yiyi Shen's avatar Yiyi Shen
Browse files

Add flag to hide "Problem connecting" for Android Auto

Flag: EXEMPT add flag
Bug: 381981752
Test: compile
Change-Id: I649f336e4f010459c7a42a251d3d27716ab9fbd3
parent a7b1183e
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
    }
}