summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Manish Singh <psych@google.com> 2023-09-11 11:21:34 +0100
committer Manish Singh <psych@google.com> 2023-09-13 08:47:32 +0100
commit2b8d42f3ff8ca2e78dbdc8ca6dd95df478af6310 (patch)
treee03147a87542d898eda43decbb6d52cbccc52b43
parentaf26d35c292500eebde2d1d46c4333cdb5e0aa76 (diff)
Add feature flag for the new private profile
This flag protects everything from the creation to configuration to the deletion of the private profile. Bug: 286418281 Test: build Test: manual adb Change-Id: I320d9a06cc0c2ed1fcd57126c78e8395d66a8cbf
-rw-r--r--core/java/android/os/flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/os/flags.aconfig b/core/java/android/os/flags.aconfig
index 03063d00bac1..febe6f719baf 100644
--- a/core/java/android/os/flags.aconfig
+++ b/core/java/android/os/flags.aconfig
@@ -13,3 +13,10 @@ flag {
description: "Replaces background PSS collection in AppProfiler with RSS"
bug: "297542292"
}
+
+flag {
+ name: "allow_private_profile"
+ namespace: "private_profile"
+ description: "Guards a new Private Profile type in UserManager - everything from its setup to config to deletion."
+ bug: "299069460"
+}