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

Commit 12c98153 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Exposing intent action for DWB properties as an API"

parents 69757fa7 bcd13cca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37292,6 +37292,7 @@ package android.provider {
    field public static final java.lang.String ACTION_APPLICATION_SETTINGS = "android.settings.APPLICATION_SETTINGS";
    field public static final java.lang.String ACTION_APP_NOTIFICATION_SETTINGS = "android.settings.APP_NOTIFICATION_SETTINGS";
    field public static final java.lang.String ACTION_APP_SEARCH_SETTINGS = "android.settings.APP_SEARCH_SETTINGS";
    field public static final java.lang.String ACTION_APP_USAGE_SETTINGS = "android.settings.action.APP_USAGE_SETTINGS";
    field public static final java.lang.String ACTION_BATTERY_SAVER_SETTINGS = "android.settings.BATTERY_SAVER_SETTINGS";
    field public static final java.lang.String ACTION_BLUETOOTH_SETTINGS = "android.settings.BLUETOOTH_SETTINGS";
    field public static final java.lang.String ACTION_CAPTIONING_SETTINGS = "android.settings.CAPTIONING_SETTINGS";
+9 −0
Original line number Diff line number Diff line
@@ -818,6 +818,15 @@ public final class Settings {
    public static final String ACTION_MANAGE_WRITE_SETTINGS =
            "android.settings.action.MANAGE_WRITE_SETTINGS";
    /**
     * Activity Action: Show screen for controlling app usage properties for an app.
     * Input: Intent's extra EXTRA_PACKAGE_NAME must specify the application package name.
     * Output: Nothing.
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_APP_USAGE_SETTINGS =
            "android.settings.action.APP_USAGE_SETTINGS";
    /**
     * Activity Action: Show screen of details about a particular application.
     * <p>