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

Commit 534a1d5a authored by Felipe Leme's avatar Felipe Leme
Browse files

Made USER_TYPE_FULL_GUEST a @SystemApi

Test: m update-api
Fixes: 196258670

Change-Id: I3625408275edbd1c349bd146e04cafeb5de514c7
parent 9964ad83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8700,6 +8700,7 @@ package android.os {
    field public static final int SWITCHABILITY_STATUS_SYSTEM_USER_LOCKED = 4; // 0x4
    field public static final int SWITCHABILITY_STATUS_USER_IN_CALL = 1; // 0x1
    field public static final int SWITCHABILITY_STATUS_USER_SWITCH_DISALLOWED = 2; // 0x2
    field public static final String USER_TYPE_FULL_GUEST = "android.os.usertype.full.GUEST";
    field public static final String USER_TYPE_FULL_SECONDARY = "android.os.usertype.full.SECONDARY";
    field public static final String USER_TYPE_FULL_SYSTEM = "android.os.usertype.full.SYSTEM";
    field public static final String USER_TYPE_PROFILE_CLONE = "android.os.usertype.profile.CLONE";
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ public class UserManager {
     * User type representing a guest user that may be transient.
     * @hide
     */
    @SystemApi
    public static final String USER_TYPE_FULL_GUEST = "android.os.usertype.full.GUEST";

    /**