Merge "Add DISALLOW_GRANT_ADMIN to UserRestrictionKey to fix lint checks." into udc-dev

This commit is contained in:
TreeHugger Robot
2023-02-23 02:24:54 +00:00
committed by Android (Google) Code Review

View File

@@ -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 {}