This question has already been answered:

I bought a new phone and there was a problem: I can not view the database, because rutting the phone is the death of a guarantee, and without a root, I cannot view the database! After searching the Internet, I still did not find a clear answer to how you can view the database (or even the database) of the application data! How can I open a database through Android Studio (and check if it exists at all)?

Reported as a duplicate by pavlofff , Vladimir Glinskikh , Regent , Alex , Aries participants on Oct 18 '15 at 6:47 .

A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .

    1 answer 1

    Database of third-party applications without root is impossible. If you need to see the database of your application, you can write a function that will copy your database to a public folder.

    • That is what I need! - user189127
    • temq, please give the working code of the function you wrote about. In reality, this turned out to be a very difficult problem for me. http://ru.stackoverflow.com/questions/533801/%d0%a1%d0%ba%d0%be%d0%bf%d0%b8%d1%80%d0%be%d0%b2%d0%b0%d1%82%d1%8c-%d0%b8%d1%81%d0%bf%d0%be%d0%bb%d1%8c%d0%b7%d1%83%d0%b5%d0%bc%d1%83%d1%8e-%d0%b1%d0%b0%d0%b7%d1%83-%d0%b4%d0%b0%d0%bd%d0%bd%d1%8b%d1%85-%d0%bd%d0%b0-sqlite-%d1%85%d0%be%d1%82%d1%8f-%d0%b1%d1%8b-%d0%ba%d1%83%d0%b4%d0%b0-%d0%bd%d0%b8%d0%b1%d1%83%d0%b4%d1%8c - St-st