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

Commit 434a74f5 authored by Robin Lee's avatar Robin Lee
Browse files

Remove another fw.show_hidden_users

We've finished developing managed profiles now.

Change-Id: Ic587fce990e06c676d0819c63439a31b9ca07dcb
parent 347117f5
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();
    }

    /**