I'm creating a small app that just save some counters in a database. If it doesn't exists, insert one. And If it does, increase an update.
The app doesn't have any UI. It's a plugin that save and read data (small amount of tables, small amount of records).
Can I use allowMainThreadQueries() in this case? Everytime I read some tutorial about this framework always says that I shouldn't use it in production.