Hello,
does Titanium expose the following: http://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String)
I need access to this folder in order to download and store files in sdcard which will be deleted when user uninstalls the app.
Titanium 2.1.2. Android 4.0.x
2 Answers
Check the Filesystem docs for externalStorageDirectory
I have posted an answer to a similar question.
I ended up making a module that gives access to the getExternalFilesDir() method on Android.
Your Answer
Think you can help? Login to answer this question!