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

Commit 3eeabaa6 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to remove input device on virtual unplug

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.remove_input_device_on_vup
Bug: 354758065
Bug: 315241296
Change-Id: Ida05a1c304db2dc093a561685d0ad5706355791f
parent 2162c5fe
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -62,3 +62,13 @@ flag {
    description: "Queue incoming HID reports if UHID is not ready"
    bug: "345498287"
}

flag {
    name: "remove_input_device_on_vup"
    namespace: "bluetooth"
    description: "Remove the input device entry on device removal"
    bug: "354758065"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}