diff options
| author | 2016-09-20 16:42:19 -0700 | |
|---|---|---|
| committer | 2016-09-20 16:42:19 -0700 | |
| commit | 4bd88df1fbe2840f584cee2d426d2e6805967fa9 (patch) | |
| tree | 89e2e06f0810f46c16eb6bc7aa060fc22c26cf12 | |
| parent | 845096ffa36d38f010f4bc1b34c7891ccaf74e93 (diff) | |
Add a hidden action to trigger the storage manager settings.
Bug: 31621740
Change-Id: I3ad0b65b0810d468e1f297c7ad312ea8a919ea2a
| -rwxr-xr-x | core/java/android/provider/Settings.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 1e66c55ada5d..c9c503a3c10e 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -1284,6 +1284,19 @@ public final class Settings { = "android.settings.VR_LISTENER_SETTINGS"; /** + * Activity Action: Show Storage Manager settings. + * <p> + * Input: Nothing. + * <p> + * Output: Nothing. + * + * @hide + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_STORAGE_MANAGER_SETTINGS + = "android.settings.STORAGE_MANAGER_SETTINGS"; + + /** * Activity Action: Allows user to select current webview implementation. * <p> * Input: Nothing. |