Update Settings to use the proper DeviceConfig API.
Exempt-From-Owner-Approval: carry over approval from ag/6908306 bug:124769181 Change-Id: If18d0dc5e55dabf82b7c7a2b6df240fb8b24f736
This commit is contained in:
@@ -124,6 +124,17 @@ public final class Utils extends com.android.settingslib.Utils {
|
||||
|
||||
public static final String OS_PKG = "os";
|
||||
|
||||
/**
|
||||
* Whether to disable the new device identifier access restrictions.
|
||||
*/
|
||||
public static final String PROPERTY_DEVICE_IDENTIFIER_ACCESS_RESTRICTIONS_DISABLED =
|
||||
"device_identifier_access_restrictions_disabled";
|
||||
|
||||
/**
|
||||
* Whether to show the Permissions Hub.
|
||||
*/
|
||||
public static final String PROPERTY_PERMISSIONS_HUB_ENABLED = "permissions_hub_enabled";
|
||||
|
||||
/**
|
||||
* Finds a matching activity for a preference's intent. If a matching
|
||||
* activity is not found, it will remove the preference.
|
||||
|
Reference in New Issue
Block a user