summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Leonarda Pribanic <lpribanic@google.com> 2024-10-02 16:18:10 +0000
committer Leonarda Pribanić <lpribanic@google.com> 2024-10-02 16:20:52 +0000
commit43333cf12cb5f8e9cd1e8989fc9cc0ac664c34f4 (patch)
tree211144da5854b3379ba2cb4dbdec6ccb1f7e991a
parent5f079c58fc5755ca75c533ff0db7a69466c6401a (diff)
Add flag for the Multiuser Widget
Bug: 370971080 Test: No functionality change. Flag: NONE Config change Change-Id: I0bd3bd88c7d6ee31153b706ce74e8200b004c6c0
-rw-r--r--core/java/android/content/pm/multiuser.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig
index fd1a89692da2..d5edc928a994 100644
--- a/core/java/android/content/pm/multiuser.aconfig
+++ b/core/java/android/content/pm/multiuser.aconfig
@@ -68,6 +68,13 @@ flag {
}
flag {
+ name: "multiuser_widget"
+ namespace: "multiuser"
+ description: "Implement the Multiuser Widget"
+ bug: "365748524"
+}
+
+flag {
name: "enable_biometrics_to_unlock_private_space"
is_exported: true
namespace: "profile_experiences"