Stephan Wezel created CB-3404:
---------------------------------

             Summary: Android: requestFileSystem with type 
LocalFileSystem.PERSISTENT:doesn't return a path under /Android/data/ when a 
sd-card is mounted
                 Key: CB-3404
                 URL: https://issues.apache.org/jira/browse/CB-3404
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 2.7.0
            Reporter: Stephan Wezel
            Assignee: Joe Bowser
            Priority: Minor


the method requestFileSystem in framework/src/org/apache/cordova/FileUtils.java
doesn't return a path under 
Environment.getExternalStorageDirectory()/Android/data/<package-name> when a 
"sd-card" is mounted and as type PERSISTENT is used.

in all other paths in this method the returned path contains Android/data.

>From the Android SDK 
>doc(http://developer.android.com/guide/topics/data/data-storage.html#filesExternal)
> an app schould write into Android/data/<package-name>/files when writing to 
>the external storage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to