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

Commit 785efdae authored by Lorenzo Lucena Maguire's avatar Lorenzo Lucena Maguire Committed by Android (Google) Code Review
Browse files

Merge "Declare Double Tap Power Settings intent action" into main

parents 5d92557a 406adef3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -353,6 +353,18 @@ public final class Settings {
     */
    public static final String ACTION_ONE_HANDED_SETTINGS =
            "android.settings.action.ONE_HANDED_SETTINGS";
    /**
     * Activity Action: Show Double tap power gesture Settings page.
     * <p>
     * Input: Nothing
     * <p>
     * Output: Nothing
     * @hide
     */
    public static final String ACTION_DOUBLE_TAP_POWER_SETTINGS =
            "android.settings.action.DOUBLE_TAP_POWER_SETTINGS";
    /**
     * The return values for {@link Settings.Config#set}
     * @hide