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

Commit e17368c9 authored by Evan Severson's avatar Evan Severson
Browse files

Add flags for the system selection toolbar feature

Flag: android.permission.flags.system_selection_toolbar_enabled
Test: Build
Bug: 363318732
Change-Id: Ie3832f3c7a914a347eebadb63517da9449d7e93b
parent 4df1a964
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -385,3 +385,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"
}