Merge "Revert "Add waiting screen before PS setup completion"" into main

This commit is contained in:
Priyanka Advani
2024-03-29 21:43:30 +00:00
committed by Android (Google) Code Review
8 changed files with 14 additions and 188 deletions

View File

@@ -87,6 +87,8 @@ public class SetupSuccessFragment extends InstrumentedFragment {
if (activity != null) {
mMetricsFeatureProvider.action(
getContext(), SettingsEnums.ACTION_PRIVATE_SPACE_SETUP_DONE);
//TODO(b/307729746): Add a test to verify PS is locked after setup completion.
PrivateSpaceMaintainer.getInstance(activity).lockPrivateSpace();
Intent allAppsIntent = new Intent(Intent.ACTION_ALL_APPS);
ResolveInfo resolveInfo =
activity.getPackageManager()