|
@@ -200,7 +200,7 @@ public class RNFetchBlobFS {
|
200
|
200
|
String state;
|
201
|
201
|
state = Environment.getExternalStorageState();
|
202
|
202
|
if (state.equals(Environment.MEDIA_MOUNTED)) {
|
203
|
|
- res.put("SDCard", Environment.getExternalStorageDirectory().getAbsolutePath());
|
|
203
|
+ res.put("SDCardDir", Environment.getExternalStorageDirectory().getAbsolutePath());
|
204
|
204
|
}
|
205
|
205
|
res.put("MainBundleDir", ctx.getApplicationInfo().dataDir);
|
206
|
206
|
return res;
|