My app has a backup/restore feature which export data to a file either to a file in device, or share to DropBox, email etc. When restore user can select that file to import data back. But after the new Android storage privacy policy:
https://developer.android.com/about/versions/11/privacy/storage
My app can no longer see the files that exported if the app that restore is after uninstall and reinstall, or in a new device which must be a different installation. It seems all the app can see are the files is generate. This breaks the purpose of the backup/restore feature.
Can anyone advice how do my app should change in order to help user keep data across different installation? Thank you for any suggestions or advice.