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

Commit 353de5eb authored by Richard MacGregor's avatar Richard MacGregor
Browse files

Add flag for appfunctions access ui

Bug: 414652001
Flag: android.permission.flags.app_function_access_ui_enabled
Test: build
Change-Id: Ib744f7365ddc952975cd3731b778cdca42530d8d
parent af3aec1e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -550,3 +550,12 @@ flag {
    description: "This flag is used to enable the supervision role"
    bug: "401490610"
}

flag {
    name: "app_function_access_ui_enabled"
    is_exported: true
    namespace: "permissions"
    description: "This flag gates the UI for the App Function Access. This includes settings screens, request dialogs and related intents"
    bug: "413087113"
}