X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=blobdiff_plain;f=apps%2FAndroidSupportV2%2Freadme.txt;fp=apps%2FAndroidSupportV2%2Freadme.txt;h=12e02b2970779693735bab6fe415ea08dbe20c67;hp=0000000000000000000000000000000000000000;hb=811a5a4a3091f65fef340acafe62d6355b13c44f;hpb=4401ca4aa1b3938939c6c371dfda57aa0652696f diff --git a/apps/AndroidSupportV2/readme.txt b/apps/AndroidSupportV2/readme.txt new file mode 100644 index 0000000..12e02b2 --- /dev/null +++ b/apps/AndroidSupportV2/readme.txt @@ -0,0 +1,24 @@ +Compatibility Libraries for Android. + + +This SDK component contains static libraries providing access to newer APIs + +on older platforms. To use those libraries, simply copy them as static libraries + +into your project. + + +"v2" provides support for using new APIs on Android API 2 (1.1) and above. + + +The code is based on "Android Compatibility package, revision 2". + +The following modifications have been introduced: +* android.support.v2.os.Build.VERSION has been added, to support integer SDK_INT + on all platform versions (native support starts on Android API 4 - 1.6) +* SDK_INT has been replaced by the v2 compatible version in: + - app.FragmentActivity + - app.FragmentManager + - view.MenuCompat + +All modifications are prepended by the original line, commented out as "//v4".