Searched refs:ALLOW_APP_CONFIGS (Results 1 – 1 of 1) sorted by relevance
61 private static final int ALLOW_APP_CONFIGS = 0x08; field in SystemConfig236 ALLOW_APP_CONFIGS; in SystemConfig()242 int odmPermissionFlag = ALLOW_LIBS | ALLOW_FEATURES | ALLOW_APP_CONFIGS; in SystemConfig()328 boolean allowAppConfigs = (permissionFlag & ALLOW_APP_CONFIGS) != 0; in readPermissionsFromXml()