seedvault/storage
Aayush Gupta 6953f154b3 gradle: Migrate to recommended method of build version catalogs
This fixes broken AGP Upgrade Assistant in Android Studio as well as detects
the version catalog files in Android view.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-30 12:07:51 +05:30
..
artwork storage: Add SPDX copyright headers 2023-03-09 02:42:03 +05:30
demo gradle: Migrate to recommended method of build version catalogs 2024-05-30 12:07:51 +05:30
doc document potential information leakage through the long-lived SQL caches 2021-09-24 00:04:56 +05:30
lib gradle: Migrate to recommended method of build version catalogs 2024-05-30 12:07:51 +05:30
.gitignore Add storage library (and demo app) 2021-07-05 20:08:29 +05:30
lint.xml Ignore extra translations 2023-03-10 00:07:24 +05:30
logcat-verbose.sh storage: Add SPDX copyright headers 2023-03-09 02:42:03 +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.