Update with new hosts file
This commit is contained in:
parent
7e23135824
commit
17afd700d8
6933
assets/hosts.txt
6933
assets/hosts.txt
File diff suppressed because it is too large
Load Diff
@ -17,15 +17,10 @@ import java.util.Set;
|
||||
public class AdBlock {
|
||||
|
||||
private static final String TAG = "AdBlock";
|
||||
|
||||
private static final String BLOCKED_DOMAINS_LIST_FILE_NAME = "hosts.txt";
|
||||
|
||||
private static final Set<String> mBlockedDomainsList = new HashSet<String>();
|
||||
|
||||
private SharedPreferences mPreferences;
|
||||
|
||||
private boolean mBlockAds;
|
||||
|
||||
private static final Locale mLocale = Locale.getDefault();
|
||||
|
||||
public AdBlock(Context context) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user