With Android 5 comes a new "Storage Access Framework" which allows apps 
again to write data to the external sd card. So far so good, but my app 
needs to read and write a large SQLite Database on the external sd card. 
Android's SQLiteOpenHelper and SQLiteDatbase only accept a file path to 
open the database which doesn't work with the special url that is returned 
by the storage framework. Is there a way to use the storage framework to 
write an SQLite database? Maybe by providing an InputStream?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to