What is the android_metadata table?

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-06-17T13:08:39Z Indexed on 2010/06/17 13:13 UTC
Read the original article Hit count: 568

Filed under:
|

I try to integrate an existing database file into my Android project. I follow the instructions on this blog. They write that I have to add a table android_metadata with a column called locale and put en_US into it.

I try to figure out what this table is used for. Because my database content is german. Maybe i then should not put en_US into it? Is this required for localisation of the database content or is the table not needed at all?

© Stack Overflow or respective owner

Related posts about android

Related posts about sqlite