add OI File Manager and AndroidSupportV2 used by it
[android_pandora.git] / apps / AndroidSupportV2 / readme.txt
diff --git a/apps/AndroidSupportV2/readme.txt b/apps/AndroidSupportV2/readme.txt
new file mode 100644 (file)
index 0000000..12e02b2
--- /dev/null
@@ -0,0 +1,24 @@
+Compatibility Libraries for Android.\r
+\r
+
+This SDK component contains static libraries providing access to newer APIs
+\r
+on older platforms. To use those libraries, simply copy them as static libraries
+\r
+into your project.\r
+\r
+
+"v2" provides support for using new APIs on Android API 2 (1.1) and above.
+\r
+\r
+The code is based on "Android Compatibility package, revision 2".\r
+\r
+The following modifications have been introduced:\r
+* android.support.v2.os.Build.VERSION has been added, to support integer SDK_INT\r
+  on all platform versions (native support starts on Android API 4 - 1.6)\r
+* SDK_INT has been replaced by the v2 compatible version in:\r
+  - app.FragmentActivity\r
+  - app.FragmentManager\r
+  - view.MenuCompat\r
+\r
+All modifications are prepended by the original line, commented out as "//v4".\r