[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:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user