I'm uploading a question to find a solution like the title.
I want to delete the contents saved in the app-specific file format from another app.
The package you share and the request package will not grant manifest permission.
I want to use FileProvider, but I hope there is no action using Intent. (startForActivity, startActivity Intent(ACTION_SEND), Intent(ACTION_PICK) ...
In conclusion, the way I want to do it is that the package I want to share gives me permission in advance, and I want to have permission to write and read shared files without UI screen elements such as content action in the request package.
I would appreciate it if you could let me know if it is possible as above. .
Thank you for reading it.