Skip to content

Commit

Permalink
Fix error message in restoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dl200010 committed Nov 21, 2024
1 parent d79000a commit 2017aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object RestoreSMSMMSJSONAction {
throw RuntimeException("No permission for SMS/MMS.")
}
if (!isDefaultSms(context)) {
throw RuntimeException("OAndBackupX not default SMS/MMS app.")
throw RuntimeException("Neo Backup not default SMS/MMS app.")
}
val inputFile = context.contentResolver.openInputStream(Uri.fromFile(File(filePath)))
inputFile?.use { inputStream ->
Expand Down

0 comments on commit 2017aa8

Please sign in to comment.