Hi, When we use SQLite database from java it puts the database file in "/data/data/your.package.name/databases". I have an APP with SQLite compiled in native code. I am saving all my app files in "/data/data/your.package.name/files" and I am also putting the database file there. Is there any problem in doing so? In terms of security or other reason why I should not put databases in ".../files" folder? Thanks
-- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

