Build.VERSION_CODES.KitkatWatch Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.
K for watches.
[Android.Runtime.Register("KITKAT_WATCH")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes KitkatWatch = 20;
[<Android.Runtime.Register("KITKAT_WATCH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable KitkatWatch : Android.OS.BuildVersionCodes
Field Value
Value = 20- Attributes
Remarks
K for watches.
Released publicly as Android 4.4W in June 2014.
Applications targeting this or a later release will get these new changes in behavior:
<ul> <li>android.app.AlertDialog
might not have a default background if the theme does not specify one.</li> </ul>
Java documentation for android.os.Build.VERSION_CODES.KITKAT_WATCH
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.