This app provides offline acess to a big database. So it must be somewhere in the device. But i'm having trouble finding where, and if I could even access it when I found it. I can't find the folder data/data
suggested here Where Android apps store data? . So I'm guessing that I'll not be able to access it without root ?
Asked
Active
Viewed 275 times
0

Reddy Lutonadio
- 7,164
- 2
- 17
- 49

Vitor Oliveira
- 101
- 1
-
1Your conclusion is correct. I can only add that even with root permissions you not be able to a case the data as especially valuable offline data is typically saved with extra protection. – Robert Jan 25 '21 at 20:05
-
1check the other answer /data/user[_de]/<user_id>/
means /data/user/0/com.devplank.masterfip but no access to /data without root of course (however lollipop is easy to root) – alecxs Jan 25 '21 at 20:49