Hello,
I need to check the saved files of one of my apps from within another app. In the documentation I read the following:
By default, other apps are granted read-only access to your app’s files via an Android content:// URL.
(It says that it’s used to attach files when using the social plugin)
I’ve read that there’s a way to check if another app inatalled trying to read the icon, but I also need access to its files.
So, is this possible?
Thanks.