From 395d387c2cf6f92b3758262349be8a59a7850126 Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Mon, 23 May 2016 13:25:21 -0700 Subject: [PATCH] Add a flag to toggle the automatic storage manager on and off. This flag will be used in both Settings and Setup Wizard to enable and disable the automatic storage manager. Bug:28905328 Change-Id: Iafc374448d96171ad0a4c36f6fea5e0118105a8c --- core/java/android/provider/Settings.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index cfdbe2176329a..438bb8cff19ed 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -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. *