-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add support for Android's backup mechanism #3857
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There is a new open source backup application SeedVault this is included in more and more custom roms like AOSP,LOS,CalyOS,GrapheneOS, it would be nice if we can use this. Technical it works like Google Backup,but to your own cloud or on the device /USB. Android Developer enable Backup What do you think? Micha |
Android has now option to enable backups, only if they are encrypted. Info: And mentioned example how it was enabled in the Tranportr app: |
For an Android app, would it be possible to add a setting which edits the manifest of the app? Sorry if I'm wasting time. |
I do not understand, why Backups can at all be deactivated. It's one of the main requirements of each and any Application/System in the IT. The current Android Backup Solution is one of the reasons I always root my phone, but right now I have to move over the data of a not-rooted phone to another one and it fails because of this design decision. Please, rethink this. It was and is never a good decision to patronize users and disable important functionalities. Or with the words of "some other guy": Those who trade safety for freedom deserve neither. ;-) |
Until now, I never used Google Backup, but setting up a new phone was always a pain. Last week I became aware that Seedvault supports backup to my own Nextcloud instance. Thus, I bought a refurbished Pixel phone and installed Calyxos today, set up Seedvault and ended in this ticket... After reading through the comments I still have two questions open:
|
Please allow safe backups at least for FDroid build. |
I really wanted to move from rooted phone to GrapheneOS, but the only way to create/restore backups there is SeedVault and it requires backup support. I see no issues with passwords or other credentials appearing in backups if backups themselves are encrypted. According to https://github.com/seedvault-app/seedvault/wiki/FAQ#why-do-some-apps-not-allow-to-get-backed-up it is trivial to enable support only in case client-side encryption is used. It must be up to the user to backup things or not. |
I have several Google accounts with (forced by Google) individual passwords and I'm annoyed during device change, to enter passwords again and again. So I made my own fork which can import/export passwords and includes #4700. |
Implement
BackupAgent
that uses the settings import/export code.See https://developer.android.com/guide/topics/data/autobackup and the discussion in pull request #3846.
The text was updated successfully, but these errors were encountered: