Add Moto G5 to hardware AEC blacklist

For #6241
// FREEBIE
This commit is contained in:
Moxie Marlinspike 2017-07-21 16:03:31 -07:00
parent 0b39224d88
commit 72afb33c1b

View File

@ -162,6 +162,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
Set<String> HARDWARE_AEC_BLACKLIST = new HashSet<String>() {{
add("Pixel");
add("Pixel XL");
add("Moto G5");
}};
Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{