switch to alsa.omap3 module
[android_pandora.git] / apps / AndroidSupportV2 / readme.txt
CommitLineData
811a5a4a 1Compatibility Libraries for Android.\r
2\r
3
4This SDK component contains static libraries providing access to newer APIs
5\r
6on older platforms. To use those libraries, simply copy them as static libraries
7\r
8into your project.\r
9\r
10
11"v2" provides support for using new APIs on Android API 2 (1.1) and above.
12\r
13\r
14The code is based on "Android Compatibility package, revision 2".\r
15\r
16The following modifications have been introduced:\r
17* android.support.v2.os.Build.VERSION has been added, to support integer SDK_INT\r
18 on all platform versions (native support starts on Android API 4 - 1.6)\r
19* SDK_INT has been replaced by the v2 compatible version in:\r
20 - app.FragmentActivity\r
21 - app.FragmentManager\r
22 - view.MenuCompat\r
23\r
24All modifications are prepended by the original line, commented out as "//v4".\r