I have an android library where I stored some data using the sharedpreferences.
Now when when I include my library(arr file) in another application and try to get retrieve the data stored in the library using the same key I was able to get the data stored in the library.
I don't want anyone to access the data stored in my android library. How to achieve it ?