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

Commit 3242a9a7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove another fw.show_hidden_users"

parents 5860aa2c 434a74f5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -188,8 +188,7 @@ public class UserInfo implements Parcelable {
            // Don't support switching to an ephemeral user with removal in progress.
            return false;
        }
        // TODO remove fw.show_hidden_users when we have finished developing managed profiles.
        return !isManagedProfile() || SystemProperties.getBoolean("fw.show_hidden_users", false);
        return !isManagedProfile();
    }

    /**