damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.44k stars 800 forks source link

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

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:31

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

Copied from original issue: damonkohler/android-scripting#641