BugNot
Member
Hi all,
As you know, only a few months before the obligatory switch to targetSdkVersion 29.
I have 2 applications with database, one free and one full.
Until now, in the free, my database is in File.DirDefaultExternal, and when the user installs the complete one, I copied the database from the free to the complete one.
So until SDK28, with the RuntimePermissions.PERMISSION_WRITE_EXTERNAL_STORAGE permission I could easily recover the database from free to full.
Now with SDK 29 I can no longer do this ☹.
How can I get this file back? There must be some place left on the phone's "hard drive" to do this?
Thank you.
As you know, only a few months before the obligatory switch to targetSdkVersion 29.
I have 2 applications with database, one free and one full.
Until now, in the free, my database is in File.DirDefaultExternal, and when the user installs the complete one, I copied the database from the free to the complete one.
So until SDK28, with the RuntimePermissions.PERMISSION_WRITE_EXTERNAL_STORAGE permission I could easily recover the database from free to full.
Now with SDK 29 I can no longer do this ☹.
How can I get this file back? There must be some place left on the phone's "hard drive" to do this?
Thank you.