What is the android_metadata table?

后端 未结 3 434
粉色の甜心
粉色の甜心 2020-12-11 01:32

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

3条回答
  •  感动是毒
    2020-12-11 01:53

    The metadata table is required to hold (as its name suggests) meta information about the application. This table is auto-generated in some cases (since api 4 if i remember correctly) but you may want to add it yourself.

提交回复
热议问题