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

Commit 783bdb0d authored by Sean Stout's avatar Sean Stout Committed by Android (Google) Code Review
Browse files

Merge "Add android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" into qt-dev

parents b5258351 aeb8c506
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -954,6 +954,20 @@ public final class Settings {
    public static final String ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS =
            "android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS";
    /**
     * Activity Action: Open the advanced power usage details page of an associated app.
     * <p>
     * Input: Intent's data URI set with an application name, using the
     * "package" schema (like "package:com.my.app")
     * <p>
     * Output: Nothing.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_VIEW_ADVANCED_POWER_USAGE_DETAIL =
            "android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL";
    /**
     * Activity Action: Show screen for controlling background data
     * restrictions for a particular application.