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

/frameworks/base/core/java/android/os/
H A DBuild.java109 * For apps targeting SDK higher than {@link Build.VERSION_CODES#O_MR1} this
117 // we will later set it to the value based on the app's target SDK.
216 * The user-visible SDK version of the framework in its raw String
222 public static final String SDK = getString("ro.build.version.sdk"); field in class:Build.VERSION
225 * The SDK version of the software currently running on this hardware
237 * The SDK version of the software that <em>initially</em> shipped on
252 * The developer preview revision of a prerelease SDK. This value will always
263 * equality (<code>==</code>) with the preview SDK revision they were built for
264 * before using any prerelease platform APIs. Apps that detect a preview SDK revision
288 * The SDK versio
[all...]

Completed in 48 milliseconds