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=0000000000000000000000000000000000000000;hp=12e02b2970779693735bab6fe415ea08dbe20c67;hb=86591c820f761cc27e31f78790c5a447b8411a33;hpb=ebcf0cf7399e3ec5ba51c5a904553fbcc55725e5 diff --git a/apps/AndroidSupportV2/readme.txt b/apps/AndroidSupportV2/readme.txt deleted file mode 100644 index 12e02b2..0000000 --- a/apps/AndroidSupportV2/readme.txt +++ /dev/null @@ -1,24 +0,0 @@ -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".