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

Commit 102703d0 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Action for adaptive notif settings" into main

parents 94a75b5b ce5d4358
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1402,6 +1402,19 @@ public final class Settings {
    public static final String ACTION_QUICK_LAUNCH_SETTINGS =
            "android.settings.QUICK_LAUNCH_SETTINGS";
    /**
     * Activity Action: Showing settings to manage adaptive notifications.
     * <p>
     * Input: Nothing.
     * <p>
     * Output: Nothing.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_MANAGE_ADAPTIVE_NOTIFICATIONS =
            "android.settings.MANAGE_ADAPTIVE_NOTIFICATIONS";
    /**
     * Activity Action: Show settings to manage installed applications.
     * <p>