add fdroid fennec to use file as is blacklist

This commit is contained in:
Daniel Gultsch 2018-04-15 15:05:04 +02:00
parent 91a061f480
commit 93f405d9a1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class FileBackend {
private XmppConnectionService mXmppConnectionService;
private static final List<String> BLACKLISTED_PATH_ELEMENTS = Arrays.asList("org.mozilla.firefox");
private static final List<String> BLACKLISTED_PATH_ELEMENTS = Arrays.asList("org.mozilla.firefox","org.mozilla.fennec_fdroid");
public FileBackend(XmppConnectionService service) {
this.mXmppConnectionService = service;