How to backup and Restore Room Database in Android 11 using jetpack compose. When i Tried
implementation (“com.github.salehyarahmadi:RoomDatabaseBackupAndRestore:v1.0.1”)
it showing error
java.io.FileNotFoundException: /storage/emulated/0/AIT_DB_Backup: open failed: EPERM (Operation not permitted)
Is the any tutorial for jetpack compose backup and restore the database in android 11
New contributor
Muthuram A is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.