I have to store a single authentication string(shared preference) inside content provider so that I can use that authentication sting by one more different application.
I found so many examples for SQLite database with the content provider but in my case table is not needed.
can anyone please help me how to store a simple string in content provider and get it by other app.
Thank you