This is a little doubt that i know it's gonna be interesting to share.
Searching about the best way to check if sqlite database exists, i saw that sometimes android send that the database don't exists because it cannot be open.
and some user suggest that the best option it's to check if a specific table exists.
My question is which method it's more secure when someone wants to check if the database already exists or not.
Thanks!, and sorry if some words aren't well written.