Add a hidden action to trigger the storage manager settings.

am: 4bd88df1fb

Change-Id: Iad3223793afb9ee0fe3de65baf91373160f163a9
This commit is contained in:
Daniel Nishi
2016-09-24 00:20:23 +00:00
committed by android-build-merger

View File

@@ -1282,6 +1282,19 @@ public final class Settings {
public static final String ACTION_VR_LISTENER_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>