We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89292fe commit 68b6171Copy full SHA for 68b6171
mobile/android/app/src/main/AndroidManifest.xml
@@ -27,7 +27,7 @@
27
28
<application android:label="Immich" android:name=".ImmichApp" android:usesCleartextTraffic="true"
29
android:icon="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true"
30
- android:largeHeap="true" android:enableOnBackInvokedCallback="false">
+ android:largeHeap="true" android:enableOnBackInvokedCallback="false" android:allowBackup="false">
31
32
<service
33
android:name="androidx.work.impl.foreground.SystemForegroundService"
0 commit comments