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

Commit 406adef3 authored by Lorenzo Lucena Maguire's avatar Lorenzo Lucena Maguire
Browse files

Declare Double Tap Power Settings intent action

Test: Manually launched activity
Bug: 390257067
Flag: EXEMPT declares private  API
Change-Id: I3103a6f6af6e73e0fc26fdc07047284c5fd24c97
parent b256106e
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