From 413fa8888be1f988d8dd3c5deb85c47aea624643 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:06:11 -0700 Subject: [PATCH] aidl: import android.os.Bundle in IBgUpdaterService --- aidl/pawletos/bgupd/IBgUpdaterService.aidl | 1 + 1 file changed, 1 insertion(+) diff --git a/aidl/pawletos/bgupd/IBgUpdaterService.aidl b/aidl/pawletos/bgupd/IBgUpdaterService.aidl index 779f34e..0c6095c 100644 --- a/aidl/pawletos/bgupd/IBgUpdaterService.aidl +++ b/aidl/pawletos/bgupd/IBgUpdaterService.aidl @@ -6,6 +6,7 @@ package pawletos.bgupd; import pawletos.bgupd.IUpdateCallback; import pawletos.bgupd.ComponentStatus; +import android.os.Bundle; interface IBgUpdaterService { // Immediate, user-triggered (e.g. settings toggle changing WebView provider)