You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
set Build.SDK_INT to GINGERBREAD
Flappy Birds tries to apply unnecessary workarounds if older API versions are reported
This commit is contained in:
@@ -100,7 +100,7 @@ public class Build {
|
|||||||
* The user-visible SDK version of the framework; its possible
|
* The user-visible SDK version of the framework; its possible
|
||||||
* values are defined in {@link Build.VERSION_CODES}.
|
* values are defined in {@link Build.VERSION_CODES}.
|
||||||
*/
|
*/
|
||||||
public static final int SDK_INT = 0;
|
public static final int SDK_INT = Build.VERSION_CODES.GINGERBREAD;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The current development codename, or the string "REL" if this is
|
* The current development codename, or the string "REL" if this is
|
||||||
|
|||||||
Reference in New Issue
Block a user