mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[PR #14] Enable local encrypted Seedvault backups #141
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/seemoo-lab/AirGuard/pull/14
Author: @lazytownfan
Created: 12/17/2021
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
75a9fa9Edit 1/2 to enable encrypted Seedvault backups281232eEdit 2/2 to enable encrypted Seedvault backup📊 Changes
2 files changed (+19 additions, -3 deletions)
View changed files
📝
app/src/main/AndroidManifest.xml(+5 -3)➕
app/src/main/res/xml/backup.xml(+14 -0)📄 Description
I've made 2 edits to enable local encrypted Seedvault backups, according to its FAQ Wiki page - if the appropriate use case of AirGuard is compatible with Seedvault. (I tried my best to emulate the styling in the new XML file.)
Seedvault is a system-level app that allows users to back up system settings and compatible app data on various aftermarket Android OSs, such as: GrapheneOS, CalyxOS, and LineageOS (also DivestOS). Users with Seedvault can transfer AirGuard device detection history to a new device via local encrypted backups, saving a lot of time during setup.
(Also, there currently isn't a way to import/export AirGuard data.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.