From c6cf15db547f189221579ce053b3c90fadc1d08c Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Date: Mon, 9 Oct 2023 19:46:56 +0100 Subject: Add a read-only flag for moving global restrictions in user 0 XML Bug: 299475754 Test: m all_aconfig_declarations Change-Id: If7db3e3360ead0c410ffdc42c66de4fd2aca936b --- core/java/android/content/pm/multiuser.aconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 3e12a1a66791..3ec239c7125e 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -7,6 +7,14 @@ flag { bug: "301067944" } +flag { + name: "save_global_and_guest_restrictions_on_system_user_xml_read_only" + namespace: "multiuser" + description: "Save guest and device policy global restrictions on the SYSTEM user's XML file. (Read only flag)" + bug: "301067944" + is_fixed_read_only: true +} + flag { name: "bind_wallpaper_service_on_its_own_thread_during_a_user_switch" namespace: "multiuser" -- cgit v1.2.3-59-g8ed1b