File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ class AndroidBuild extends JavaBuild {
54
54
// TODO: make package parameter in the config file, as well as the SDK version
55
55
// to download (latest, specific number)
56
56
// static final String basePackage = "changethispackage.beforesubmitting.tothemarket";
57
+ // We should start with either 16 (4.1) or 17 (4.2) because combined usage of
58
+ // all previous versions is less than 5%:
59
+ // http://developer.android.com/about/dashboards/index.html
60
+ // With 17, we have getRealSize and getRealMetrics:
61
+ // http://developer.android.com/reference/android/view/Display.html#getRealSize(android.graphics.Point)
62
+ // http://developer.android.com/reference/android/view/Display.html#getRealMetrics(android.util.DisplayMetrics)
57
63
static final String basePackage = "processing.test" ;
58
64
static public final int min_sdk_fragment = 14 ; // Ice Cream Sandwich
59
65
static public final int min_sdk_wallpaper = 14 ;
You can’t perform that action at this time.
0 commit comments