mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Automated Code Change
PiperOrigin-RevId: 661516063
This commit is contained in:
parent
117ac2e3f4
commit
65a471e3db
1 changed files with 2 additions and 2 deletions
|
|
@ -3411,9 +3411,9 @@ public final class Util {
|
||||||
// MediaFormat#KEY_ALLOW_FRAME_DROP} to 0. See b/307518793, b/289983935 and b/353487886.
|
// MediaFormat#KEY_ALLOW_FRAME_DROP} to 0. See b/307518793, b/289983935 and b/353487886.
|
||||||
return SDK_INT < 29
|
return SDK_INT < 29
|
||||||
|| context.getApplicationInfo().targetSdkVersion < 29
|
|| context.getApplicationInfo().targetSdkVersion < 29
|
||||||
|| (SDK_INT == 30
|
|| ((SDK_INT == 30
|
||||||
&& (Ascii.equalsIgnoreCase(MODEL, "moto g(20)")
|
&& (Ascii.equalsIgnoreCase(MODEL, "moto g(20)")
|
||||||
|| Ascii.equalsIgnoreCase(MODEL, "rmx3231"))
|
|| Ascii.equalsIgnoreCase(MODEL, "rmx3231")))
|
||||||
|| (SDK_INT == 34 && Ascii.equalsIgnoreCase(MODEL, "sm-x200")));
|
|| (SDK_INT == 34 && Ascii.equalsIgnoreCase(MODEL, "sm-x200")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue