seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.31k stars 75 forks source link

Choose what apps will get restored #309

Closed rugk closed 5 months ago

rugk commented 3 years ago

Somewhat related to https://github.com/seedvault-app/seedvault/issues/100

When I restore a backup, maybe I don't want to restore some apps, I used to have before. IIRC this option was not offered but I know some device transfer services/apps like from Samsung e.g. offer this.

The reasons/use cases may be:

So it could just present a list of all things pre-selected and let me disable some, I don't want to restore… I quite wonder why this feature has not been proposed yet, at least I did not find anything in the issue tracker.

regulator-g commented 2 years ago

Agreed.. Had a backup of LineageOS with gapps, re-flashed OS with no gapps then seedvault went and added all the google apps back

rugk commented 2 years ago

then seedvault went and added all the google apps back

ouzgh ouch, that sounds fun… i mean sorry but lol… so obvious but obviously not a good thing yeah… :upside_down_face:

grote commented 2 years ago

When implementing this it is important to take the possibility into account that the activity gets destroyed (because the user navigates away). It needs to recreate its state when getting restored.