Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ece8452 authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

Add a hidden action to trigger the storage manager settings. am: 4bd88df1

am: c5cd99dd

Change-Id: Ic89ef70c64b3841beaab6e039f3b5c5fa1f7cc82
parents 1b879a48 c5cd99dd
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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>