- Jun 6, 2020
- 11,559
- 4,422
I recently had to update my app to fix some issues with dropbox. Since being forced to target SDK 30 from 28, I've fallen foul of no longer being able to access File.DirExternal. My long time users have always had their data stored in a folder under File.DirExternal, which is no longer accessible by the app on Android 11 or later.
Is there any way to access this folder to at least migrate their data to RuntimePermissions.GetSafeDirDefaultExternal? I can't rollback to the previous release now and most of my users aren't savvy enough to manage copying the folder manually to the new location on the device to access their data.
Obviously new users can just use the new path.
I've tried the
Is there any way to access this folder to at least migrate their data to RuntimePermissions.GetSafeDirDefaultExternal? I can't rollback to the previous release now and most of my users aren't savvy enough to manage copying the folder manually to the new location on the device to access their data.
Obviously new users can just use the new path.
I've tried the
برای دیدن لینک ها باید ثبت نام کنید
library, but get the error below when compiling as soon as the lib is added to the list (I've included ContentResolver and JavaObject libraries as well as #additionalJar com.android.support:support-core-utils).B4A Version: 11.50
Parsing code. (0.14s)
Java...
Click to expand...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید