Merge "Rename the name of private profile creation from Settings" into main

This commit is contained in:
Manish Singh
2024-03-27 09:43:47 +00:00
committed by Android (Google) Code Review

View File

@@ -87,7 +87,7 @@ public class PrivateSpaceMaintainer {
return true;
}
// a name indicating that the profile was created from the PS Settings page
final String userName = "psSettingsUser";
final String userName = "Private space";
if (mUserHandle == null) {
try {