How can we access other App's Shared prefs from my app using FileProvider programmatically

22 Views Asked by At

I want to read the shared preference of my 1st app in my 2nd App. What is the best possible way of doing it.

The MODE_WORLD_READABLE and MODE_WORLD_WRITEABLE modes have been deprecated since API level 17.

We need some other better way.

0

There are 0 best solutions below