From 0cf04ea076bb5bede508c0a7340734164155418c Mon Sep 17 00:00:00 2001 From: jahway603 <64485701+jahway603@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:24:38 -0500 Subject: [PATCH 1/2] documentation: Added info re: Privacy Friendly Backup documentation: Added info re: Privacy Friendly Backup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65e4547..af8f7ad 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,9 @@ The Privacy Friendly Apps are a group of Android apps that are optimized regardi - Any that use of libraries that do not comply the license of the corresponding Privacy Friendly App (GPLv3 or Apache2). - Unnecessary use of Android permissions. If new functionality is added that requires the usage of an Android permission you should clearly explain the Pull Request why this permission is required. +## Application Data Backup +This application does not natively have a data backup feature. Please install and use the [SECUSO Privacy Friendly Backup](https://github.com/SecUSo/privacy-friendly-backup) to backup and restore this application's data. This feature is required when a user migrates their data to a new phone. ## License From f95e41fa5560dd124fa897407a92671877bdf786 Mon Sep 17 00:00:00 2001 From: jahway603 <64485701+jahway603@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:10:39 -0500 Subject: [PATCH 2/2] documentation: Added updated info re: Privacy Friendly Backup documentation: Added updated info re: Privacy Friendly Backup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af8f7ad..a87c9e0 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ The Privacy Friendly Apps are a group of Android apps that are optimized regardi - Any that use of libraries that do not comply the license of the corresponding Privacy Friendly App (GPLv3 or Apache2). - Unnecessary use of Android permissions. If new functionality is added that requires the usage of an Android permission you should clearly explain the Pull Request why this permission is required. -## Application Data Backup +## Data Backup -This application does not natively have a data backup feature. Please install and use the [SECUSO Privacy Friendly Backup](https://github.com/SecUSo/privacy-friendly-backup) to backup and restore this application's data. This feature is required when a user migrates their data to a new phone. +You can use the [Privacy Friendly Backup app](https://github.com/SecUSo/privacy-friendly-backup) to backup and restore this application's data. This can also be used to migrate your data to a new phone. ## License