-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow App Backup #367
Labels
stale
The item is going to be closed soon because of inactivity
Comments
This issue is stale because it has been open for 120 days with no activity. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
Dec 27, 2023
This comment has been minimized.
This comment has been minimized.
github-actions
bot
removed
the
stale
The item is going to be closed soon because of inactivity
label
Jan 7, 2024
Closed
Closed
This issue is stale because it has been open for 120 days with no activity. |
github-actions
bot
added
the
stale
The item is going to be closed soon because of inactivity
label
May 22, 2024
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In the Android manifest, we should set
android:allowBackup
andandroid:fullBackupContent
totrue
, as seen in https://gitlab.com/famedly/fluffychat/-/blob/main/android/app/src/main/AndroidManifest.xml#L34 .This simplifies to move to a new device once the old one is lost or broken.
The text was updated successfully, but these errors were encountered: