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

Commit ce5d4358 authored by Lyn's avatar Lyn Committed by Lyn Han
Browse files

Action for adaptive notif settings

Bug: 330608738
Test: send high pri HUN => see edu HUN from sysui
      tap HUN/action => shows adaptive notif settings page
Test: adb shell am start-activity -a android.settings.MANAGE_ADAPTIVE_NOTIFICATIONS

Flag: com.android.server.notification.polite_notifications

Change-Id: I3d6fa919fcdd68587c639a045644210d54c4a3f0
parent 083bbcfe
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>