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

Commit fac1e2d4 authored by Yining Liu's avatar Yining Liu Committed by Android (Google) Code Review
Browse files

Merge "Expose Lock screen notifications settings page." into main

parents c71f559d 44927a4d
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1295,6 +1295,22 @@ public final class Settings {
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_LOCKSCREEN_SETTINGS = "android.settings.LOCK_SCREEN_SETTINGS";
    /**
     * Activity Action: Show settings of notifications on lockscreen.
     * <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_LOCKSCREEN_NOTIFICATIONS_SETTINGS =
            "android.settings.LOCK_SCREEN_NOTIFICATIONS_SETTINGS";
    /**
     * Activity Action: Show settings to allow pairing bluetooth devices.
     * <p>