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

Commit 51a837e3 authored by Sal Savage's avatar Sal Savage
Browse files

flags: Add do_not_replace_existing_cod_with_uncategorized_cod

Introduce a flag that to fix a bug where we replace a known class of
device with one that is uncategorized.

Bug: 335909751
Bug: 315241296
Test: m com.android.btservices
Change-Id: I70be6d0a55159d53754f5e2a20fd36f47dfa8750
parent 6ebdd726
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -21,3 +21,13 @@ flag {
    description: "Force BR/EDR transport for retrying SDP service discovery"
    bug: "326656580"
}

flag {
    name: "do_not_replace_existing_cod_with_uncategorized_cod"
    namespace: "bluetooth"
    description: "Don't replace an existing stored class of device with one determined to be uncategorized"
    bug: "335909751"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}