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

Commit 44927a4d authored by Yining Liu's avatar Yining Liu
Browse files

Expose Lock screen notifications settings page.

Expose the Lock screen notifications settings page for intents.

Bug: 367455695
Flag: com.android.server.notification.notification_lock_screen_settings
Test: atest
Change-Id: I2ce07bda14e9cfe540bc62144ddfbe5dc2b9e033
parent 367616f2
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>