The main objective of my application is to download pdf, html, doc etc file types from server and read it.
Now the requirement is , the files i have downloaded should be accessible by other reader applications that are already installed in the device. So how to allow my filesystem to be read by other applications?
Is there any possibility of storing filesystem in common location or outside sandbox, which will not be deleted when the user uninstall or delete the application from the device? The reason behind this question is that, the user should not loose his contents once downloaded, the user might read the downloaded files using other reader applicatiion that is already installed in his device.
Thanks in advance,
Shatthi
No, you can't. The sandbox is there for a reason.