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

Commit 1f0ad491 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Gerrit Code Review
Browse files

Merge "Add a flag to fix le scanning bug" into main

parents 782bed45 53da7c59
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
    }
}