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

Commit 76490e96 authored by Jigar Thakkar's avatar Jigar Thakkar Committed by Android (Google) Code Review
Browse files

Merge "Add a flag controlling API changes for Private Space" into main

parents a1e98146 276dc1ee
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ flag {
    description: "Enable auto-locking private space on device restarts"
    bug: "296993385"
}

flag {
    name: "enable_system_user_only_for_services_and_providers"
    namespace: "multiuser"
@@ -92,3 +93,10 @@ flag {
    bug: "302354856"
    is_fixed_read_only: true
}

flag {
    name: "allow_private_profile_apis"
    namespace: "profile_experiences"
    description: "Enable only the API changes to support private space"
    bug: "299069460"
}