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

Commit 80f0cf3a authored by Jigar Thakkar's avatar Jigar Thakkar
Browse files

Add flag to control implementation of all private space features

We are adding a new feature flag to control the implementation of all
privte space features. The allow_private_profile flag was earlier used
for this purpose. However, we plan to separate out the API changes
behind a separate flag. We intend to use the allow_private_profile flag
as a mean to flag guard the API changes, while this new flag will now be
the global control for all the features.

Bug: 299069460
Test: m all_aconfig_declarations
Change-Id: Icd6287a236bc596f3e5bbe05d7986055766d1a74
parent 984306a8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -95,10 +95,10 @@ flag {
}

flag {
    name: "allow_private_profile_apis"
    name: "enable_private_space_features"
    namespace: "profile_experiences"
    description: "Enable only the API changes to support private space"
    bug: "299069460"
    description: "Enable the support for private space and all its sub-features"
    bug: "286418785"
}

flag {