Merge "Add waiting screen before PS setup completion" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
ea6500455a
@@ -87,8 +87,6 @@ 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()
|
||||
|
Reference in New Issue
Block a user