I've got this issue;
ContentProvider (contacts) - no such column: metadata_dirty
My phone is stock, not rooted, HTC 10.
I'm trying to solve it.
Option 1 seems to be to root phone, install sqlite3, and run an alter table query.
Preferring not to root my phone, I was going for option 2 (I'm guessing possible); take template app and modify to run alter table query, once.
And this is where I am stuck - how to get to the RAW contacts database without using the handlers that don't seem to offer any ALTER TABLE functionality?