Add DISALLOW_GRANT_ADMIN to UserRestrictionKey to fix lint checks.
Bug: 265798819 Test: Manual Change-Id: Ie9d4bf2242b01884878d341ba6e887b46e9aacdf
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user