Add devices to hardware AEC blacklist

- Moto G4
- Nokia 5 (TA-1053)

Alleviates #7635
pull/1/head
2-4601 7 years ago committed by Greyson Parrelli
parent a50edc3d25
commit f1d8fd8838

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

Loading…
Cancel
Save