Add Samsung Galaxy S7 and Sony Xperia SP to AEC blacklist

Related #6241
// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-03-22 16:21:48 -07:00
parent 3ca653627d
commit e0e932df02

View file

@ -189,6 +189,8 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
add("Redmi Note 3"); // Redmi Note 3 #6241
add("SM-G900F"); // Samsung Galaxy S5 #6241
add("g3_kt_kr"); // LG G3 #6241
add("SM-G930F"); // Samsung Galaxy S7 #6241
add("Xperia SP"); // Sony Xperia SP #6241
}};
Set<String> OPEN_SL_ES_BLACKLIST = new HashSet<String>() {{