mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Remove obsolete SDK_INT modification
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210531569
This commit is contained in:
parent
efe8f09f45
commit
ce1d8d6ce2
1 changed files with 1 additions and 3 deletions
|
|
@ -85,9 +85,7 @@ public final class Util {
|
|||
* Like {@link android.os.Build.VERSION#SDK_INT}, but in a place where it can be conveniently
|
||||
* overridden for local testing.
|
||||
*/
|
||||
public static final int SDK_INT =
|
||||
(Build.VERSION.SDK_INT == 25 && Build.VERSION.CODENAME.charAt(0) == 'O') ? 26
|
||||
: Build.VERSION.SDK_INT;
|
||||
public static final int SDK_INT = Build.VERSION.SDK_INT;
|
||||
|
||||
/**
|
||||
* Like {@link Build#DEVICE}, but in a place where it can be conveniently overridden for local
|
||||
|
|
|
|||
Loading…
Reference in a new issue