kitkat property
K.
Released publicly as Android 4.4 in October 2013.
Applications targeting this or a later release will get these new changes in behavior. For more information about this release, see the Android KitKat overview.
-
The default result of
PreferenceActivity.isValueFragment
becomes false instead of true. -
In
WebView
, apps targeting earlier versions will have JS URLs evaluated directly and any result of the evaluation will not replace the current page content. Apps targetting KITKAT or later that load a JS URL will have the result of that URL replace the content of the current page -
AlarmManager.set
becomes interpreted as an inexact value, to give the system more flexibility in scheduling alarms. -
Context.getSharedPreferences
no longer allows a null name. -
RelativeLayout
changes to compute wrapped content margins correctly. -
ActionBar
's window content overlay is allowed to be drawn. -
The
Manifest.permission.READ_EXTERNAL_STORAGE
permission is now always enforced. -
Access to package-specific external storage directories belonging to the calling app no longer requires the
Manifest.permission.READ_EXTERNAL_STORAGE
orManifest.permission.WRITE_EXTERNAL_STORAGE
permissions.
Constant Value: 19 (0x00000013)
Added in API level 19
Implementation
static int get kitkat => Build_VERSION_CODES.KITKAT;