Add devices to hardware AEC blacklist

- Moto G4
- Nokia 5 (TA-1053)

Alleviates #7635
This commit is contained in:
2-4601 2018-06-05 19:09:20 +03:00 committed by Greyson Parrelli
parent a50edc3d25
commit f1d8fd8838

View file

@ -171,6 +171,8 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
add("Pixel XL");
add("Moto G5");
add("Moto G (5S) Plus");
add("Moto G4");
add("TA-1053");
}};
Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{