I’m writing an app that needs a folder(s) that can-
1. Store a backup copy of an SQLite database
2. Allow the user to copy CSV files into the folder for import into the database
3. Store PDF files produced by the app for printing by the user.
I could see how to do this before Android 11 came along. I don’t know the best method for Android 11 users. I don’t have an Android 11 device so I can’t test the app.
Would using ‘GetSafeDirDefaultExternal ‘ to create a folder be the best way to enable the user to access the files?
I’d be very grateful for any advice and suggestions.
Thanks.
1. Store a backup copy of an SQLite database
2. Allow the user to copy CSV files into the folder for import into the database
3. Store PDF files produced by the app for printing by the user.
I could see how to do this before Android 11 came along. I don’t know the best method for Android 11 users. I don’t have an Android 11 device so I can’t test the app.
Would using ‘GetSafeDirDefaultExternal ‘ to create a folder be the best way to enable the user to access the files?
I’d be very grateful for any advice and suggestions.
Thanks.