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

Commit 8102d256 authored by Pawan Wagh's avatar Pawan Wagh Committed by Automerger Merge Worker
Browse files

Merge "Updating the notification ID " into main am: 9d451341

parents badb14fd 9d451341
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -36,7 +36,11 @@ public class PageAgnosticNotificationService extends Service {
            "com.android.settings.development.PageAgnosticNotificationService";
    public static final String INTENT_ACTION_DISMISSED =
            "com.android.settings.development.NOTIFICATION_DISMISSED";
    private static final int NOTIFICATION_ID = 1;

    // Updating the notification ID to avoid the notification being dismissed
    // accidentally by other notifications. ID used is the bug id where this was
    // reported.
    private static final int NOTIFICATION_ID = 388678898;

    static final int DISABLE_UPDATES_SETTING = 1;