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

Commit bcd13cca authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Exposing intent action for DWB properties as an API

The API is hidden.

The intent opens digital wellbeing properties for an app.

Bug: 118319143
Test: Building Android
Change-Id: I0579f8bd024fd8eaae46d1b387e993992dabc455
parent 50658920
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37130,6 +37130,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>