Merge "Fix flaky test for persistent notifications" into main am: b6fc7a6f58 am: fdd68f473b

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

Change-Id: I0635a73774b0db08c401ef2523b2da13b0b359f9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Pawan Wagh
2024-07-03 15:47:26 +00:00
committed by Automerger Merge Worker
3 changed files with 6 additions and 1 deletions

View File

@@ -134,6 +134,6 @@ public class PageAgnosticNotificationService extends Service {
// No updates should be allowed in page-agnostic mode
disableAutomaticUpdates();
return Service.START_NOT_STICKY;
return Service.START_REDELIVER_INTENT;
}
}