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

Commit 268a96c6 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add action for launching Assist Gesture settings

Bug: 62540322

Test: adb shell am start -a android.settings.ASSIST_GESTURE_SETTINGS

Change-Id: I60a2b98aba605d93166aba1af2ee19c3fc6b5a8c
parent 43e02a3e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -409,6 +409,21 @@ public final class Settings {
    public static final String ACTION_BLUETOOTH_SETTINGS =
            "android.settings.BLUETOOTH_SETTINGS";

    /**
     * Activity Action: Show settings to allow configuration of Assist Gesture.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you
     * safeguard against this.
     * <p>
     * Input: Nothing.
     * <p>
     * Output: Nothing.
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_ASSIST_GESTURE_SETTINGS =
            "android.settings.ASSIST_GESTURE_SETTINGS";

    /**
     * Activity Action: Show settings to allow configuration of cast endpoints.
     * <p>