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: updated README Created March 13, 2017, 9:26 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
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:

Powered by Google App Engine
This is Rietveld