I need my app to import a csv file into a sqlite database.
The csv file is produced by an app on a PC and then copied to a folder on the android device.
If the device is android v9 sdk 28, how do I allow my app to access the csv file?
I know it's something to do with runtime permissions but I'm confused about how to go about it.
Any help greatly appreciated.
The csv file is produced by an app on a PC and then copied to a folder on the android device.
If the device is android v9 sdk 28, how do I allow my app to access the csv file?
I know it's something to do with runtime permissions but I'm confused about how to go about it.
Any help greatly appreciated.