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

Commit 71d1a45c authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Automerger Merge Worker
Browse files

Merge "Add a flag to fix le scanning bug" into main am: 1f0ad491 am: 435936e4

parents 2a06fd3e 435936e4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -196,3 +196,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_scan_use_uid_for_importance"
    namespace: "bluetooth"
    description: "Use uid instead of the first package name for fetching the importance of clients"
    bug: "336965663"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}