use standard Java functions. InutStream, OutputStream, read(buffer) and write(buffer), flush() and close()
On Tuesday, July 10, 2012 9:49:04 AM UTC-4, Seshu wrote: > > Hi All, > I have SQLite url i.e., https://--------sample.sqlite. I > downloaded the these sqlite file and these file was saved in > "/data/data/"+ myContext.getApplicationContext().getPackageName()+ "/ > files/" + DB_NAME;" > > but i want to change the files into database folder??? i.e., > "/data/data/"+ myContext.getApplicationContext().getPackageName()+ "/ > databases/" + DB_NAME;". How can i achieve these one?? > > Thanks, > SatyaSeshu.. -- 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

