From 89a77edef7d53f5deb1d4fd98442afbe50a8cdd3 Mon Sep 17 00:00:00 2001 From: Elly Kitoto Date: Fri, 29 Sep 2023 11:43:15 +0300 Subject: [PATCH] Protect PreviewActivity from being shared with other apps (#2786) * Protect PreviewActivity from being shared with other apps Signed-off-by: Elly Kitoto * Disable cloud backups Cloud backups are stored in user's Google Drive so that it can be restored on the user's same/new device. This would interfere with the privacy of Health data. What this means is the user would still have access to the data even when they nolonger work for the same health facility and the information will be stored in users Google account. Signed-off-by: Elly Kitoto --------- Signed-off-by: Elly Kitoto --- android/quest/src/main/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/android/quest/src/main/AndroidManifest.xml b/android/quest/src/main/AndroidManifest.xml index e162ae119c..670a510e67 100644 --- a/android/quest/src/main/AndroidManifest.xml +++ b/android/quest/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ + +