Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2822633002: 🔍 General widget fixes (Closed)
Patch Set: 🔍 Further widget cleanup Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/res_chromium/values/channel_constants.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index d3f16e4c6a9f425e7b45af9971fea8383aceb4fe..d478bfaee541bd809386ec4392dac405a3ecdca7 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -696,7 +696,9 @@ by a child template that "extends" this file.
{% if channel in ['canary', 'default'] %}
<!-- Search widget -->
- <receiver android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider">
+ <receiver
+ android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider"
+ android:label="@string/search_widget_title">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
@@ -709,8 +711,9 @@ by a child template that "extends" this file.
<intent-filter>
<action android:name="org.chromium.chrome.browser.searchwidget.UPDATE_ALL_WIDGETS" />
</intent-filter>
- <meta-data android:name="android.appwidget.provider"
- android:resource="@xml/search_widget_info" />
+ <meta-data
+ android:name="android.appwidget.provider"
+ android:resource="@xml/search_widget_info" />
</receiver>
<!-- Search Activity -->
« no previous file with comments | « no previous file | chrome/android/java/res_chromium/values/channel_constants.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698