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.