[Android] Move BookmarkWidgetService to base module (#31675)

Currently we have a failure on aab builds:
Service BookmarkWidgetService should be declared in the base manifest.
That commit moves it to base module and renames to
QuickActionSearchAndBookmarkWidgetService.
Resolves: https://github.com/brave/brave-browser/issues/49959
This commit is contained in:
Serg
2025-10-07 17:54:57 +01:00
committed by GitHub
parent 9bb4c628d9
commit 57fe679fe2
6 changed files with 52 additions and 23 deletions
+1 -1
View File
@@ -176,7 +176,7 @@
</receiver>
<service
android:name="org.chromium.chrome.browser.widget.quickactionsearchandbookmark.BookmarkWidgetService"
android:name="org.chromium.chrome.browser.widget.quickactionsearchandbookmark.QuickActionSearchAndBookmarkWidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS"
android:exported="false" />