Is it possible to read/write to SQLite on a removable USB Flash Drive from Android, by this I mean the app is installed on the phone, but the data used by the app would be stored on a removable USB flash drive that plugs into the USB/Charging port.
I have been reading a lot and for the most part references to this suggest the data must be in the same location as the app. I need the data to be external to the app so different databases can be used as required. If it is possible I would appreciate a reference to an example or information.
unfortunately the use-external-database-in-android article requires the database to be located in the Assets /data/data/YOUR_PACKAGE/databases It needs to be copied every time from the source location. It also is not suitable for large data