Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/AndroidManifest.xml

Issue 29727633: Issue 6502 - Add Chinese build variant (Closed)
Patch Set: Reverting changes in package name due to an error Created March 20, 2018, 12:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | adblockplussbrowser/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplussbrowser/AndroidManifest.xml
===================================================================
--- a/adblockplussbrowser/AndroidManifest.xml
+++ b/adblockplussbrowser/AndroidManifest.xml
@@ -40,7 +40,7 @@
<provider
android:name="org.adblockplus.sbrowser.contentblocker.ContentBlockerContentProvider"
- android:authorities="org.adblockplus.adblockplussbrowser.contentBlocker.contentProvider"
+ android:authorities="${applicationId}.contentBlocker.contentProvider"
android:exported="true" />
</application>
« no previous file with comments | « no previous file | adblockplussbrowser/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld