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

Commit 53da7c59 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag to fix le scanning bug

Bug: 315241296
Bug: 336965663
Test: m -j;
Change-Id: Id5ab368a829f3f0412e5af94c784cd396a267355
parent d362b840
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
    }
}