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

Commit b3ecbe1f authored by Jeff Schumacher's avatar Jeff Schumacher Committed by Android (Google) Code Review
Browse files

Merge "Make ACTION_APP_NOTIFICATION_SETTINGS a @SystemApi"

parents 834695d7 dc530098
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36611,6 +36611,7 @@ package android.provider {
    field public static final java.lang.String ACTION_APPLICATION_DETAILS_SETTINGS = "android.settings.APPLICATION_DETAILS_SETTINGS";
    field public static final java.lang.String ACTION_APPLICATION_DEVELOPMENT_SETTINGS = "android.settings.APPLICATION_DEVELOPMENT_SETTINGS";
    field public static final java.lang.String ACTION_APPLICATION_SETTINGS = "android.settings.APPLICATION_SETTINGS";
    field public static final java.lang.String ACTION_APP_NOTIFICATION_SETTINGS = "android.settings.APP_NOTIFICATION_SETTINGS";
    field public static final java.lang.String ACTION_BATTERY_SAVER_SETTINGS = "android.settings.BATTERY_SAVER_SETTINGS";
    field public static final java.lang.String ACTION_BLUETOOTH_SETTINGS = "android.settings.BLUETOOTH_SETTINGS";
    field public static final java.lang.String ACTION_CAPTIONING_SETTINGS = "android.settings.CAPTIONING_SETTINGS";
+6 −2
Original line number Diff line number Diff line
@@ -1274,10 +1274,14 @@ public final class Settings {

    /**
     * Activity Action: Show notification settings for a single app.
     *
     * <p>
     *     Input: {@link #EXTRA_APP_PACKAGE}, the package containing the channel to display.
     *     Input: Optionally, {@link #EXTRA_CHANNEL_ID}, to highlight that channel.
     * <p>
     * Output: Nothing.
     * @hide
     */
    @SystemApi
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_APP_NOTIFICATION_SETTINGS
            = "android.settings.APP_NOTIFICATION_SETTINGS";