Merge changes I6387c999,I470e5c6e into main

* changes:
  Update illustrations in Private Space setup & settings
  Replace autoadvance screens with waiting screen in PS setup
This commit is contained in:
Joseph Vincent
2024-04-10 09:51:35 +00:00
committed by Android (Google) Code Review
23 changed files with 218 additions and 299 deletions

View File

@@ -83,7 +83,7 @@ public class PrivateSpaceMaintainer {
*
* <p> This method should be used by the Private Space Setup Flow ONLY.
*/
@VisibleForTesting
@VisibleForTesting(otherwise = VisibleForTesting.PACKAGE_PRIVATE)
public final synchronized boolean createPrivateSpace() {
if (!Flags.allowPrivateProfile()
|| !android.multiuser.Flags.enablePrivateSpaceFeatures()) {