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

Commit 74a09ada authored by Yuri Lin's avatar Yuri Lin Committed by Automerger Merge Worker
Browse files

Merge "Add strings to Settings.Secure for notification permission" into tm-dev...

Merge "Add strings to Settings.Secure for notification permission" into tm-dev am: 983602fc am: 457fa6f6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17716554



Change-Id: I70571ebdd9c2abdcf660f702d1af2beae3af4f01
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2447139f 457fa6f6
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -2012,6 +2012,15 @@ public final class Settings {
    public static final String ACTION_ALL_APPS_NOTIFICATION_SETTINGS =
            "android.settings.ALL_APPS_NOTIFICATION_SETTINGS";
    /**
     * Activity Action: Show app settings specifically for sending notifications. Same as
     * ALL_APPS_NOTIFICATION_SETTINGS but meant for internal use.
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW =
            "android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW";
    /**
     * Activity Action: Show notification settings for a single app.
     * <p>
@@ -7669,6 +7678,20 @@ public final class Settings {
        public static final String ZEN_SETTINGS_SUGGESTION_VIEWED =
                "zen_settings_suggestion_viewed";
        /**
         * State of whether review notification permissions notification needs to
         * be shown the user, and whether the user has interacted.
         *
         * Valid values:
         *   -1 = UNKNOWN
         *    0 = SHOULD_SHOW
         *    1 = USER_INTERACTED
         *    2 = DISMISSED
         * @hide
         */
        public static final String REVIEW_PERMISSIONS_NOTIFICATION_STATE =
                "review_permissions_notification_state";
        /**
         * Whether the in call notification is enabled to play sound during calls.  The value is
         * boolean (1 or 0).