Quick Action Search And Bookmark Widget

Search Widget Promo and Preview Added
This commit is contained in:
vinodghai
2022-11-01 20:27:53 -04:00
committed by deeppandya
parent 588a834af4
commit f1dec0111d
42 changed files with 1752 additions and 2 deletions
+12
View File
@@ -160,6 +160,18 @@
</intent-filter>
</receiver>
<receiver
android:name="org.chromium.chrome.browser.widget.quickactionsearchandbookmark.QuickActionSearchAndBookmarkWidgetProvider"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/quick_action_search_and_bookmark_widget_info" />
</receiver>
<service android:name="org.chromium.chrome.browser.upgrade.BraveUpgradeJobIntentService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="false"/>