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

Commit da466e1e authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 8a8c5f4d: am 7ef87d4d: am 0a4e461e: Hidden global setting to allow adding users from lockscreen

* commit '8a8c5f4d305d0dad0f051af32914b07012bfc6a4':
  Hidden global setting to allow adding users from lockscreen
parents b49f0996 a9cfdf91
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -4917,6 +4917,14 @@ public final class Settings {
         */
         */
        public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/global");
        public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/global");


        /**
         * Whether users are allowed to add more users or guest from lockscreen.
         * <p>
         * Type: int
         * @hide
         */
        public static final String ADD_USERS_WHEN_LOCKED = "add_users_when_locked";

        /**
        /**
         * Setting whether the global gesture for enabling accessibility is enabled.
         * Setting whether the global gesture for enabling accessibility is enabled.
         * If this gesture is enabled the user will be able to perfrom it to enable
         * If this gesture is enabled the user will be able to perfrom it to enable