How to access data/data folder in Android device?

I am developing an app and I know my database *.db will appear in data/data/com.****.***

I can access this file from AVD in Eclipse with help of sqlite manager

But I can’t access this file in my Android phone.
I googled it and it says I need to root my phone to do it, but I don’t want to do that.

How can I access my data/data/..... directory in my Android phone “without rooting it“?

Can I change user permissions for the directory data/data..... without rooting it?

18 Answers
18

Leave a Comment