From fc026fcadc2f02bdb3319644ab91e37e35f5539c Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 4 Sep 2019 15:58:07 -0300 Subject: [PATCH] Add an activity for launching a restore from backup Change-Id: Ibd73f8549bb3ec9e829ad9082399dbbf0a6ca4f5 --- AndroidManifest.xml | 13 ++++ res/drawable/ic_restore.xml | 8 ++ res/layout/intro_restore_activity.xml | 76 +++++++++++++++++++ res/raw/lineage_wizard_script.xml | 4 + res/values/strings.xml | 5 ++ .../lineageos/setupwizard/SetupWizardApp.java | 2 + .../backup/RestoreIntroActivity.java | 60 +++++++++++++++ 7 files changed, 168 insertions(+) create mode 100644 res/drawable/ic_restore.xml create mode 100644 res/layout/intro_restore_activity.xml create mode 100644 src/org/lineageos/setupwizard/backup/RestoreIntroActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cbce2aa1..35086ea2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -257,6 +257,19 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/intro_restore_activity.xml b/res/layout/intro_restore_activity.xml new file mode 100644 index 00000000..fd8cadc4 --- /dev/null +++ b/res/layout/intro_restore_activity.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + +