Merge "Updating the notification ID " into main am: 9d451341a0 am: 8102d256b4

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3453239

Change-Id: I57a0fbc3fac166c9b6fa38ff0b888b6243145a81
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Pawan Wagh
2025-01-24 15:41:12 -08:00
committed by Automerger Merge Worker

View File

@@ -36,7 +36,11 @@ public class PageAgnosticNotificationService extends Service {
"com.android.settings.development.PageAgnosticNotificationService"; "com.android.settings.development.PageAgnosticNotificationService";
public static final String INTENT_ACTION_DISMISSED = public static final String INTENT_ACTION_DISMISSED =
"com.android.settings.development.NOTIFICATION_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; static final int DISABLE_UPDATES_SETTING = 1;