MY mENU


Thursday 9 February 2012

Android API Level

Android API Level is an integer value that uniquely identifies the framework API revision offered by a version of the Android platform. The Android platform provides a framework API that applications can use to interact with the underlying Android programming system. The framework API consists of: 
  • A core set of packages and classes 
  • A set of XML elements and attributes for declaring a manifest file 
  • A set of XML elements and attributes for declaring and accessing resources 
  • A set of Intents 
  • A set of permissions that applications can request, as well as permission enforcements included in the system

Platform VersionAPI LevelVERSION_CODE
Android 4.0.315ICE_CREAM_SANDWICH_MR1
Android 4.0, 4.0.1, 4.0.214ICE_CREAM_SANDWICH
Android 3.213HONEYCOMB_MR2
Android 3.1.x12HONEYCOMB_MR1
Android 3.0.x11HONEYCOMB
Android 2.3.4
Android 2.3.3
10GINGERBREAD_MR1
Android 2.3.2
Android 2.3.1
Android 2.3
9GINGERBREAD
Android 2.2.x8FROYO
Android 2.1.x7ECLAIR_MR1
Android 2.0.16ECLAIR_0_1
Android 2.05ECLAIR
Android 1.64DONUT
Android 1.53CUPCAKE
Android 1.12BASE_1_1
Android 1.01BASE

No comments:

Post a Comment