Meartan / android-scripting

Automatically exported from code.google.com/p/android-scripting
1 stars 0 forks source link

save private files directly on the device's internal storage #641

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, what i would like SL4A to have is the support of API to create/read/write 
to files whose access is only limited to the app itself.
i.e.

openFileInput()
openFileOutput()

which exist in java (android)

reference can be found here 
http://developer.android.com/guide/topics/data/data-storage.html#filesInternal

Original issue reported on code.google.com by devube...@gmail.com on 8 Jul 2012 at 7:32