I have an app A which has a file in /data/data/com.example.com/files/a.txt, Now I want that using content provider my app B can call that file from A internal directory I have seen implementations of SQLDB for a content provider where making provider exported and using contrast and content resolver its possible but I have not seen any such with a file is that possible. Here in this training google has shown for SQLDB is that same possible for files

https://google-developer-training.github.io/android-developer-fundamentals-course-practicals/en/Unit%204/111b_p_add_a_content_provider_to_wordlistsql.html

0

There are 0 answers