Searched defs:SDK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBuild.java93 * The user-visible SDK version of the framework in its raw String
99 public static final String SDK = getString("ro.build.version.sdk"); field in class:Build.VERSION
102 * The user-visible SDK version of the framework; its possible
115 * The SDK version to use when accessing resources.
116 * Use the current SDK version code. If we are a development build,
117 * also allow the previous SDK version + 1.
125 * Enumeration of the currently known SDK version codes. These are the
126 * values that can be found in {@link VERSION#SDK}. Version numbers

Completed in 258 milliseconds