mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 14:48:26 +00:00
Add LG G3 to OpenSLES blacklist
// FREEBIE
This commit is contained in:
parent
12062bdfe1
commit
2e8250f25e
@ -184,6 +184,7 @@ public class ApplicationContext extends MultiDexApplication implements Dependenc
|
|||||||
Set<String> OPEN_SL_ES_BLACKLIST = new HashSet<String>() {{
|
Set<String> OPEN_SL_ES_BLACKLIST = new HashSet<String>() {{
|
||||||
add("MI 4LTE"); // Xiami Mi4 #6241
|
add("MI 4LTE"); // Xiami Mi4 #6241
|
||||||
add("Nexus 5"); // Nexus 5 #6432
|
add("Nexus 5"); // Nexus 5 #6432
|
||||||
|
add("LG-D852"); // LG G3 #6432
|
||||||
}};
|
}};
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= 11) {
|
if (Build.VERSION.SDK_INT >= 11) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user