[android-developers] Re: Database folder

2010-06-14 Thread Pinheiro
Thanks Mark! The problem is that that only works if the database already exists. I guess I could create a dummy database just to see where it is created but it's a nasty kludge. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Database folder

2010-06-14 Thread Pinheiro
It worked! Thanks, Mark! The documentation lead me to believe that it would only work if the database is *already* created but that it's not true. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Database folder

2010-06-14 Thread Zsolt Vasvari
Couldn't you ship your database as an asset in the .apk? It's the same net effect, but perhaps you could get away with not requiring the INTERNET permission. On Jun 15, 3:29 am, Pinheiro rui.c.pinhe...@gmail.com wrote: It worked! Thanks, Mark! The documentation lead me to believe that it would