Skip to content

Commit 68b6171

Browse files
chore: disable android auto backup (#20734)
Co-authored-by: shenlong-tanwen <[email protected]>
1 parent 89292fe commit 68b6171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<application android:label="Immich" android:name=".ImmichApp" android:usesCleartextTraffic="true"
2929
android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true"
30-
android:largeHeap="true" android:enableOnBackInvokedCallback="false">
30+
android:largeHeap="true" android:enableOnBackInvokedCallback="false" android:allowBackup="false">
3131

3232
<service
3333
android:name="androidx.work.impl.foreground.SystemForegroundService"

0 commit comments

Comments
 (0)