rafi0101 / Android-Room-Database-Backup

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

fixed SDK33 permission denied error. #25

Closed leeyc09 closed 1 year ago

leeyc09 commented 1 year ago

In previous versions, there was an error in the code to obtain permissions in sdk33. Through branching processing, SDK 33 or higher devices have been processed to store and recover using external dialogs.