I need to export an SQLite database from an Android phone to a computer.
I know you can do it with the pull command and shell, but it seems that this is only possible on rooted phones (or that's what I read). Is this true or is there another way to pull the db files?
At the moment I copy the whole database file to the external storage to be able to access it from a PC I don't know if this is good or bad practice.
What are my options here?