Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 384f7264 authored by Olivier Nshimiye's avatar Olivier Nshimiye Committed by Android (Google) Code Review
Browse files

Merge "Set PRIVATE_SPACE_ENTRYPOINT_HIDDEN to false instead of throwing an exception" into main

parents dba90841 1c8bd8b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7970,7 +7970,7 @@ public class UserManagerService extends IUserManager.Stub {
                                    Settings.Secure.getIntForUser(mContext.getContentResolver(),
                                            HIDE_PRIVATESPACE_ENTRY_POINT, parentId) == 1);
                        } catch (Settings.SettingNotFoundException e) {
                            throw new RuntimeException(e);
                            config.putBoolean(PRIVATE_SPACE_ENTRYPOINT_HIDDEN, false);
                        }
                    }
                    return new LauncherUserInfo.Builder(userDetails.getName(),