Add devices to hardware AEC blacklist

- Moto G4
- Nokia 5 (TA-1053)

Alleviates #7635
fork-5.53.8
2-4601 2018-06-05 19:09:20 +03:00 zatwierdzone przez Greyson Parrelli
rodzic a50edc3d25
commit f1d8fd8838
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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>() {{