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

Commit 31acde5e authored by josephpv's avatar josephpv
Browse files

Add a flag to handle private space apps in interleaved settings page

Bug: 323212460
Test: m all_aconfig_declarations
Change-Id: I193a3bbb4f189c2f0977c27c836974a7fc757845
parent 8445077b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -115,3 +115,10 @@ flag {
    description: "Add permission to access API hidden users data via system APIs"
    bug: "321988638"
}

flag {
    name: "handle_interleaved_settings_for_private_space"
    namespace: "profile_experiences"
    description: "Handle listing of private space apps in settings pages with interleaved content"
    bug: "323212460"
}