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

Unified Diff: README.md

Issue 29375826: Issue 4903 - Allow to specify file system root (Closed)
Patch Set: removed init(), added doc Created March 17, 2017, 7:36 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 | libadblockplus-android-settings/src/org/adblockplus/libadblockplus/android/settings/AdblockHelper.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 345956236ae16c0e3d6c24197822c9a89ab15784..c8c133fe8874e9cf7073a3358066ee7214335030 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,7 @@ Create `AdblockEngine` instance with factory methods and `AdblockSettingsStorage
You can use `SharedPrefsStorage` implementation to store settings in `SharedPreferences`.
Or you can use AdblockHelper:
- AdblockHelper.get().init(this, true, AdblockHelper.PREFERENCE_NAME);
+ AdblockHelper.get().init(this, getFilesDir().getAbsolutePath(), true, AdblockHelper.PREFERENCE_NAME);
Implement the following interfaces in your settings activity:
« no previous file with comments | « no previous file | libadblockplus-android-settings/src/org/adblockplus/libadblockplus/android/settings/AdblockHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld