Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Add support for SDCard applications's directory (Android only) #372

Merged

Conversation

blankg
Copy link
Contributor

@blankg blankg commented May 25, 2017

Add support for SDCard application's directory path - Returns the absolute path to the directory on the primary external filesystem where the application can place persistent files it owns.
This differs from DocumentDir as it is located on the external storage + there is no security enforced with these files. For example, any application holding WRITE_EXTERNAL_STORAGE permission can write to these files.
React native api will be RNFetchBlob.fs.dirs.SDCardApplicationDir.

@wkh237 wkh237 merged commit e2dae6e into wkh237:0.11.0 May 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants