Add OnePlus One to AEC blacklist

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-04-10 09:29:46 -07:00
parent 92ea7549d4
commit 6b7174bb35

View File

@ -193,6 +193,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
add("Xperia SP"); // Sony Xperia SP #6241 add("Xperia SP"); // Sony Xperia SP #6241
add("Nexus 6"); // Nexus 6 add("Nexus 6"); // Nexus 6
add("ONE E1003"); // OnePlus X add("ONE E1003"); // OnePlus X
add("One"); // OnePlus One
}}; }};
Set<String> OPEN_SL_ES_BLACKLIST = new HashSet<String>() {{ Set<String> OPEN_SL_ES_BLACKLIST = new HashSet<String>() {{