Cover another broken G Pad III 8.0 FHD variant (b3_open_kr)

This commit is contained in:
Cameron Gutman 2018-03-20 18:54:48 -07:00
parent 81d84600d4
commit 289222749b

View File

@ -336,7 +336,7 @@ public class MediaCodecHelper {
// This device seems to crash constantly at 720p, so try disabling // This device seems to crash constantly at 720p, so try disabling
// RFI to see if we can get that under control. // RFI to see if we can get that under control.
if (Build.PRODUCT.equalsIgnoreCase("b3_att_us")) { if (Build.BRAND.toLowerCase().equals("lge") && Build.PRODUCT.toLowerCase().startsWith("b3_")) {
return false; return false;
} }