I have a similar question. I just want to add a .txt file in my program. Where can I put it ?
Thanks On 4 nov, 20:20, WoodManEXP <[email protected]> wrote: > /sdcard/ works well. > > On Nov 2, 1:01 pm, Wojciech Topolski <[email protected]> > wrote:> Hi > > > I have a problem with files. I would like to add file with database inserts > > to my app. Where should I put this file? In res/then? This file will have 5 > > MB, so after operation I would like to remove it from system. I know about > > /res/raw/file, but this file is only readably by InputStream importSql = > > res.openRawResource(R.raw.import_sql); > > > Best regards. > > > -- > > =============================== > > Wojciech Topolski > > [email protected] > > =============================== -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

