From 4be5800b8be20d3612904373e7e840fb24eb6b27 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Tue, 23 Jul 2019 14:56:21 +0200 Subject: [PATCH] Disable google backups of the app This was causing problems when a restored app remembered the list of storage locations it had access to, but it no longer could access them. In the past, this also caused problems when a restored app would carry with it a certificate that was no longer valid on the new device because the device id had changed. BUG: 406707 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d1439a06..756d0475 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -38,6 +38,7 @@ android:icon="@drawable/icon" android:label="KDE Connect" android:supportsRtl="true" + android:allowBackup="false" android:networkSecurityConfig="@xml/network_security_config" android:theme="@style/KdeConnectTheme">