Skip to content

Conversation

Inhishonor
Copy link
Collaborator

@Inhishonor Inhishonor commented Feb 25, 2025

Added additional proguard rules to allow the backup and restore functionality to access files and start a foreground service. The reason it worked in QKSMS is because their backup and restore code was different and used a file path as a string and not a URI. To use the URI, the app needed Dagger and RxJava, which was blocked by proguard. I also added a rule that keeps the package name, to allow the foreground service to start up.
Closes #70,
Closes #148.

Added additional proguard rules to allow the backup and restore functionality to access files and start a foreground service.
Fixes #70, #148.
@octoshrimpy octoshrimpy merged commit 312cf49 into octoshrimpy:master Feb 25, 2025
2 checks passed
@Inhishonor Inhishonor deleted the restore branch February 25, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

❓ [ QUESTION ] Couldn't read back file 🐞 [BUG] Error restoring a SMS backup copy
2 participants