mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Adding a schema file for handling DB downgrade. This schema file is part of the backup/restore set, and hence is available on a device with lower app version. Bug: 37257575 Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0
8 lines
331 B
XML
8 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<full-backup-content xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<include domain="database" path="launcher.db" />
|
|
<include domain="sharedpref" path="com.android.launcher3.prefs.xml" />
|
|
<include domain="file" path="downgrade_schema.json" />
|
|
|
|
</full-backup-content> |