I want to share the data between two android apps :
One way is use external storage : - SD card or Internally provided storage to store the public files and share across the applications
Second way is use ContentProvider (used for large structured storage) : I was referening to the answer : https://stackoverflow.com/a/9602828 ,
My question is :
Can we access shared preference file from another application context ?
and can we store the shared preferences to external storage ?