Getting External File/Data Directories for other apps

146 Views Asked by At

I need the External Data directory paths for other apps. I know the method for the app I am currently developing. But is there any way to get the External Data Dir paths for other apps?

For example: getExternalFilesDirs("type") gives the external data dirs for my app, but I need this for other apps.

Thanks in advance.

0

There are 0 best solutions below