I have an SQLite
database file which is quite large (about 40mb). I'd like for my Android app to be able to download this file from a server - if the user wishes - and write it to the SD card.
Are there file size restrictions that prevent this?
(I know there are restrictions on certain file types stored internally.)