rafi0101 / Android-Room-Database-Backup

Simple tool to backup and restore your room database in Android
MIT License
239 stars 19 forks source link

BACKUP_FILE_LOCATION_CUSTOM_DIALOG not working with compileSdk 33 #24

Closed sk7012 closed 1 year ago

sk7012 commented 1 year ago

When building the app with compileSdk 33 and running on Android 13 usage of .backupLocation(RoomBackup.BACKUP_FILE_LOCATION_CUSTOM_DIALOG) always leads to ERROR_CODE 12. So user selected directories for backups are not possible on Android 13.

sk7012 commented 1 year ago

Tried in a fresh new app and it worked as intented. Must be something in my older app. Sorry.