Add MI 5 to hardware AEC blacklist

This commit is contained in:
Francois Blackburn 2019-03-10 09:29:02 -04:00 committed by Greyson Parrelli
parent 8bdc257963
commit d2ece1c1f2

View file

@ -260,6 +260,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
add("E5823"); // Sony z5 compact
add("Redmi Note 5");
add("FP2"); // Fairphone FP2
add("MI 5");
}};
Set<String> OPEN_SL_ES_WHITELIST = new HashSet<String>() {{