chore: disable android auto backup (#20734)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
pull/20746/head
shenlong 2025-08-07 03:22:42 +05:30 committed by GitHub
parent 89292fecb4
commit 68b617130a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<application android:label="Immich" android:name=".ImmichApp" android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true"
android:largeHeap="true" android:enableOnBackInvokedCallback="false">
android:largeHeap="true" android:enableOnBackInvokedCallback="false" android:allowBackup="false">
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"