diff options
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 7 |
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 c7d93bfbb83d..317fa58aa318 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -142,3 +142,10 @@ flag { description: "Enable extra check to limit access to hidden prfiles data in Launcher apps APIs." bug: "321988638" } + +flag { + name: "reorder_wallpaper_during_user_switch" + namespace: "multiuser" + description: "Reorder loading home and lock screen wallpapers during a user switch." + bug: "324911115" +} |