You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2013/05/22 02:00:20 UTC

[jira] [Commented] (CB-3404) Android: requestFileSystem with type LocalFileSystem.PERSISTENT:doesn't return a path under /Android/data/ when a sd-card is mounted

    [ https://issues.apache.org/jira/browse/CB-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663606#comment-13663606 ] 

Andrew Grieve commented on CB-3404:
-----------------------------------

This bug probably captures the underlying issue: https://issues.apache.org/jira/browse/CB-285
                
> 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