Android: Remove terribly out-of-date comment about only SD card being accessible
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/14acde60 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/14acde60 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/14acde60 Branch: refs/heads/master Commit: 14acde60f3714adb41be0c521205c56431be0d66 Parents: af70ff4 Author: Ian Clelland <[email protected]> Authored: Tue Feb 18 15:52:51 2014 -0500 Committer: Ian Clelland <[email protected]> Committed: Tue Feb 18 15:52:51 2014 -0500 ---------------------------------------------------------------------- src/android/FileUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/14acde60/src/android/FileUtils.java ---------------------------------------------------------------------- diff --git a/src/android/FileUtils.java b/src/android/FileUtils.java index f7eeaae..00aa564 100644 --- a/src/android/FileUtils.java +++ b/src/android/FileUtils.java @@ -44,8 +44,7 @@ import java.net.URLDecoder; import java.util.ArrayList; /** - * This class provides SD card file and directory services to JavaScript. - * Only files on the SD card can be accessed. + * This class provides file and directory services to JavaScript. */ public class FileUtils extends CordovaPlugin { private static final String LOG_TAG = "FileUtils";
