Merge changes I8569aa7c,I2ac4ee57

* changes:
  Rename location access check flag.
  Rename Permissions Hub property.
This commit is contained in:
TreeHugger Robot
2019-01-31 00:57:53 +00:00
committed by Android (Google) Code Review
3 changed files with 5 additions and 5 deletions

View File

@@ -203,12 +203,12 @@ public final class DeviceConfig {
* @hide
*/
@SystemApi
String PROPERTY_PERMISSIONS_HUB_ENABLED = "enable_permissions_hub";
String PROPERTY_PERMISSIONS_HUB_ENABLED = "permissions_hub_enabled";
/**
* Whether to show location access check notifications.
*/
String PROPERTY_LOCATION_ACCESS_CHECK_ENABLED = "enable_location_access_check";
String PROPERTY_LOCATION_ACCESS_CHECK_ENABLED = "location_access_check_enabled";
}
/**