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

Commit f7c73050 authored by Jason Parks's avatar Jason Parks
Browse files

Add DISALLOW_GRANT_ADMIN to UserRestrictionKey to fix lint checks.

Bug: 265798819
Test: Manual
Change-Id: Ie9d4bf2242b01884878d341ba6e887b46e9aacdf
parent e2e0a20c
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 {}