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

Unified Diff: adblockplussbrowser/AndroidManifest.xml

Issue 29716681: Issue 6454 - IllegalStateException crash (Closed)
Patch Set: Adjusting engine check Created March 9, 2018, 11:42 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/src/main/java/org/adblockplus/sbrowser/contentblocker/ConnectivityChanged.java » ('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
@@ -38,8 +38,6 @@
android:name="com.samsung.android.sbrowser.contentBlocker.interfaceVersion"
android:value="API_1.0" />
- <service android:name="org.adblockplus.sbrowser.contentblocker.engine.EngineService" />
-
<provider
android:name="org.adblockplus.sbrowser.contentblocker.ContentBlockerContentProvider"
android:authorities="org.adblockplus.adblockplussbrowser.contentBlocker.contentProvider"
« no previous file with comments | « no previous file | adblockplussbrowser/src/main/java/org/adblockplus/sbrowser/contentblocker/ConnectivityChanged.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld