Merge "Add a flag to toggle the automatic storage manager on and off." into nyc-mr1-dev am: 9746deefbb

am: 15d6c4bf7c

* commit '15d6c4bf7c5feb1e77a50ae014e3e2c27740c898':
  Add a flag to toggle the automatic storage manager on and off.

Change-Id: I39652f61fc252bfd7a50b801ea46d7d00c60e83b
This commit is contained in:
Daniel Nishi
2016-05-25 00:24:51 +00:00
committed by android-build-merger

View File

@@ -6219,6 +6219,14 @@ public final class Settings {
public static final String MANAGED_PROFILE_CONTACT_REMOTE_SEARCH =
"managed_profile_contact_remote_search";
/**
* Whether or not the automatic storage manager is enabled and should run on the device.
*
* @hide
*/
public static final String AUTOMATIC_STORAGE_MANAGER_ENABLED =
"automatic_storage_manager_enabled";
/**
* This are the settings to be backed up.
*