From 43333cf12cb5f8e9cd1e8989fc9cc0ac664c34f4 Mon Sep 17 00:00:00 2001 From: Leonarda Pribanic Date: Wed, 2 Oct 2024 16:18:10 +0000 Subject: Add flag for the Multiuser Widget Bug: 370971080 Test: No functionality change. Flag: NONE Config change Change-Id: I0bd3bd88c7d6ee31153b706ce74e8200b004c6c0 --- core/java/android/content/pm/multiuser.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 @@ -67,6 +67,13 @@ flag { bug: "298008926" } +flag { + name: "multiuser_widget" + namespace: "multiuser" + description: "Implement the Multiuser Widget" + bug: "365748524" +} + flag { name: "enable_biometrics_to_unlock_private_space" is_exported: true -- cgit v1.2.3-59-g8ed1b