seedvault/storage
Michael W 4576c6d332 Seedvault: Redesign SUW activities for 12
* New SetupWizard uses external/setupdesign (sud) and
  external/setupcompat (suc) to achieve the desired looks
* It prevents proper previews when included in any app, though, so
  we better try achieving the same by manually styling the activities
  for 12
* This patch mimics the design by applying styles similar to the ones
  from sud, sometimes reusing parts taken from there

Change-Id: Iccf588e5239aeb00645f97b095910986f32c52d0
2022-05-26 12:35:48 +02:00
..
demo Clean up system USB storage feature a bit 2022-04-29 23:43:09 +05:30
doc document potential information leakage through the long-lived SQL caches 2021-09-24 00:04:56 +05:30
lib Seedvault: Redesign SUW activities for 12 2022-05-26 12:35:48 +02:00
.gitignore Add storage library (and demo app) 2021-07-05 20:08:29 +05:30
lint.xml storage: Ignore missing translations 2022-03-07 20:07:35 +05:30
logcat-verbose.sh Add storage library (and demo app) 2021-07-05 20:08:29 +05:30
README.md Clear existing storage snapshots from storage medium 2021-07-05 20:08:29 +05:30

Seedvault Storage

This is a library for Seedvault storage backup. It can also be used by other apps wanting to provide storage backup feature.

Please see the design document for more information.

There is also a demo app that illustrates the working of the library and does not need to be a system app with elevated permissions. It can be built and installed as a regular app requesting permissions at runtime.

Limitations

The design document mentions several limitations of this initial implementation. One of them is that you cannot backup more than one device to the same storage location.