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

Unified Diff: Application/src/main/AndroidManifest.xml

Issue 2991463002: Export the Receiver to fix the compile error (Closed)
Patch Set: Created 3 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Application/src/main/AndroidManifest.xml
diff --git a/Application/src/main/AndroidManifest.xml b/Application/src/main/AndroidManifest.xml
index c5bcdf8b45d89916366aa269e5cae9402700326f..ab660a443fe8d0b6586be599620189e97b220d60 100644
--- a/Application/src/main/AndroidManifest.xml
+++ b/Application/src/main/AndroidManifest.xml
@@ -37,8 +37,9 @@
<service
android:name=".shared.KeepAliveService"
android:exported="true"/>
- <receiver android:name="org.chromium.customtabsclient.BrowserActionsReceiver"/>
+ <receiver
+ android:name="org.chromium.customtabsclient.BrowserActionsReceiver"
+ android:exported="true"/>
<receiver android:name=".BottomBarManager"/>
</application>
-
</manifest>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698