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

Commit 394268c3 authored by Vlad Popa's avatar Vlad Popa
Browse files

Add flag for the automatic bt device type categorization

Test: adb shell device_config put media_audio android.media.audio.automatic_bt_device_type true
Bug: 302323921
Change-Id: Ibfea533a74896442150d75e254fd5872f47be354
parent 22e1dee0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -12,6 +12,15 @@ flag {
    bug: "302751899"
}

flag {
    name: "automatic_bt_device_type"
    namespace: "media_audio"
    description:
        "Enable the automatic Bluetooth audio device type "
        "categorization based on BluetoothDevice class metadata."
    bug: "302323921"
}

# TODO remove
flag {
    name: "focus_freeze_test_api"