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

Unified Diff: adblockplussbrowser/AndroidManifest.xml

Issue 29760569: Issue 6238 - Download/store notifications.json (Closed)
Patch Set: Created May 15, 2018, 9:57 a.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/res/values/sysstrings.xml » ('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
@@ -31,11 +31,15 @@
<meta-data
android:name="com.samsung.android.sbrowser.contentBlocker.interfaceVersion"
android:value="API_1.0" />
<provider
android:name="org.adblockplus.sbrowser.contentblocker.ContentBlockerContentProvider"
android:authorities="${applicationId}.contentBlocker.contentProvider"
android:exported="true" />
+
+ <service
+ android:name="org.adblockplus.sbrowser.contentblocker.engine.DownloadJobService"
+ android:permission="android.permission.BIND_JOB_SERVICE" />
</application>
</manifest>
« no previous file with comments | « no previous file | adblockplussbrowser/res/values/sysstrings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld