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

/frameworks/base/core/java/android/os/
H A DBuild.java178 * The user-visible SDK version of the framework in its raw String
184 public static final String SDK = getString("ro.build.version.sdk"); field in class:Build.VERSION
187 * The user-visible SDK version of the framework; its possible
194 * The developer preview revision of a prerelease SDK. This value will always
205 * equality (<code>==</code>) with the preview SDK revision they were built for
206 * before using any prerelease platform APIs. Apps that detect a preview SDK revision
230 * The SDK version to use when accessing resources.
231 * Use the current SDK version code. For every active development codename
239 * Enumeration of the currently known SDK version codes. These are the
240 * values that can be found in {@link VERSION#SDK}
[all...]

Completed in 475 milliseconds