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: Created March 19, 2018, 11:28 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
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.adblockplus.adblockplussbrowser"
+ package="${applicationId}"
diegocarloslima 2018/03/19 23:39:49 This is just to keep consistency. We shall remove
diegocarloslima 2018/03/20 12:12:18 That change would produce a 'Cannot read packageNa
android:versionCode="13"
android:versionName="1.1.3" >
@@ -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