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

Commit 9776b9a3 authored by Evan Severson's avatar Evan Severson Committed by Android (Google) Code Review
Browse files

Merge "Add flags for the system selection toolbar feature" into main

parents 751ec78a e17368c9
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -386,3 +386,17 @@ flag {
    description: "This fixed read-only flag is used to enable new ranging permission for all ranging use cases."
    bug: "370977414"
}

flag {
    name: "system_selection_toolbar_enabled"
    namespace: "permissions"
    description: "Enables the system selection toolbar feature."
    bug: "363318732"
}

flag {
    name: "use_system_selection_toolbar_in_sysui"
    namespace: "permissions"
    description: "Uses the SysUi process to host the SelectionToolbarRenderService."
    bug: "363318732"
}