811a5a4a |
1 | Compatibility Libraries for Android.\r |
2 | \r |
3 | |
4 | This SDK component contains static libraries providing access to newer APIs |
5 | \r |
6 | on older platforms. To use those libraries, simply copy them as static libraries |
7 | \r |
8 | into 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 |
14 | The code is based on "Android Compatibility package, revision 2".\r |
15 | \r |
16 | The 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 |
24 | All modifications are prepended by the original line, commented out as "//v4".\r |