2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

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
This commit is contained in:
Albert Vaca 2019-07-23 14:56:21 +02:00
parent d98378b54b
commit 4be5800b8b

View File

@ -38,6 +38,7 @@
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:label="KDE Connect" android:label="KDE Connect"
android:supportsRtl="true" android:supportsRtl="true"
android:allowBackup="false"
android:networkSecurityConfig="@xml/network_security_config" android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/KdeConnectTheme"> android:theme="@style/KdeConnectTheme">
<service <service