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

Commit 494ebdfb authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to avoid immediately removing device properties for temporary pairing

Test: mmm  packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.temporary_pairing_device_properties
Bug: 342202557
Bug: 315241296
Change-Id: Ib0309b889b72862a1e58dd1f071dde7eb143585a
parent 3e83d3bb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -34,3 +34,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "temporary_pairing_device_properties"
    namespace: "bluetooth"
    description: "Do not remove the device properties immediately after insecure pairing"
    bug: "342202557"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}