mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +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:
parent
d98378b54b
commit
4be5800b8b
@ -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">
|
||||
<service
|
||||
|
Loading…
x
Reference in New Issue
Block a user