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

Commit 35ab9b00 authored by Oli Lan's avatar Oli Lan
Browse files

Add flag for supporting communal profile.

Adds a flag in multiuser namespace for framework support of
communal profile.

Bug: 285426179
Test: m all_aconfig_declarations
Change-Id: I8b048f5cce40bdcc0f55f06597e247d2a3a19f1f
parent 6d617f78
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    description: "Bind wallpaper service on its own thread instead of system_server's main handler during a user switch."
    bug: "302100344"
}

flag {
    name: "support_communal_profile"
    namespace: "multiuser"
    description: "Framework support for communal profile."
    bug: "285426179"
}