App to find the install Path (folder) of any installed app?

make-it-work

New member
Feb 13, 2019
3
0
0
Sometimes we need to look inside the folder where an App is installed. Usually the relevant folders live somewhere under Android/data, but sometimes I cannot find the folder.

Is there an App that lists all the installed Apps and their install path (folder), as well as any other relevant folders (e.g user data)?
 
It's not a matter of an app, the folder is usually no access for anyone but the user the app belongs to (each app creates its own user), the group the app belongs to (each app creates its own group) and root. So unless the phone is rooted, even if you find the folder, you won't see anything in it. (Go to /data/data and you'll see what I mean.)

An app can create a folder that anyone can read, but it can't read another app's folder unless it can get root access.