Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3556B10EBC for ; Fri, 28 Feb 2014 21:37:09 +0000 (UTC) Received: (qmail 19285 invoked by uid 500); 28 Feb 2014 21:35:58 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 19206 invoked by uid 500); 28 Feb 2014 21:35:55 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 18431 invoked by uid 99); 28 Feb 2014 21:35:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 21:35:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 802269317B6; Fri, 28 Feb 2014 21:35:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Fri, 28 Feb 2014 21:35:51 -0000 Message-Id: In-Reply-To: <3b79d91e66fb4b568a5795616873908b@git.apache.org> References: <3b79d91e66fb4b568a5795616873908b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [14/40] git commit: Android: Remove terribly out-of-date comment about only SD card being accessible 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 Authored: Tue Feb 18 15:52:51 2014 -0500 Committer: Ian Clelland 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";