This is just another example based on the ManageExternalStorage class provided by @agraham.
It is a response to this question.
B4ARepositoryWriter - writes a text file to an "external" directory (you can view using File Explorer).
B4ARepositoryReader - reads the text file in this directory if it exist.
I guess if we are able to read a text file then it should be possible to read keyvaluestore or sqlite files.
Note: I have modified slightly the class by modify the package name by reading Application.PackageName
Credit to Andrew Graham
It is a response to this question.
B4ARepositoryWriter - writes a text file to an "external" directory (you can view using File Explorer).
B4ARepositoryReader - reads the text file in this directory if it exist.
I guess if we are able to read a text file then it should be possible to read keyvaluestore or sqlite files.
Note: I have modified slightly the class by modify the package name by reading Application.PackageName
Credit to Andrew Graham