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

Commit d53967cd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add DISALLOW_GRANT_ADMIN to UserRestrictionKey to fix lint checks."...

Merge "Add DISALLOW_GRANT_ADMIN to UserRestrictionKey to fix lint checks." into udc-dev am: 36c5abbb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21540621



Change-Id: Ie8a61ee2df8964467df2623bc80abb3c28e13c56
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5286c840 36c5abbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1641,6 +1641,7 @@ public class UserManager {
            DISALLOW_ADD_WIFI_CONFIG,
            DISALLOW_CELLULAR_2G,
            DISALLOW_ULTRA_WIDEBAND_RADIO,
            DISALLOW_GRANT_ADMIN,
    })
    @Retention(RetentionPolicy.SOURCE)
    public @interface UserRestrictionKey {}