I am developing an application and I need to store some data in a file in internal storage. The issue is that I need to be able to read the data even when the application is uninstalled. I have read many different solution but none worked for me. I would appreciate if anyone gives me a hint on how to proceed. The idea is that I store some data on a file in internal storage and even if the user uninstalls the application next time he opens the app, the app should be able to read the content from the file. I tried many solution but all seem to delete the file when the app is uninstalled.
Kind regards