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

Commit 1ef396f4 authored by Kasia Krejszeff's avatar Kasia Krejszeff Committed by Android (Google) Code Review
Browse files

Merge "Update the javadoc for the `UserManager.USER_TYPE_PROFILE_CLONE`" into main

parents 4265e505 edc1b9bf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -184,8 +184,9 @@ public class UserManager {

    /**
     * User type representing a clone profile. Clone profile is a user profile type used to run
     * second instance of an otherwise single user App (eg, messengers). Currently only the
     * {@link android.content.pm.UserInfo#isMain()} user can have a clone profile.
     * a second instance of an otherwise single user App (eg, messengers). Currently only the main
     * user (which is the first full user set up on the device, usually the system user)
     * can have a clone profile.
     */
    @FlaggedApi(android.os.Flags.FLAG_ALLOW_PRIVATE_PROFILE)
    public static final String USER_TYPE_PROFILE_CLONE = "android.os.usertype.profile.CLONE";