cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 2 | <!-- |
Michael Bestas | ec05005 | 2024-02-14 20:35:43 +0200 | [diff] [blame] | 3 | SPDX-FileCopyrightText: 2016 The CyanogenMod Project |
| 4 | SPDX-FileCopyrightText: 2021-2024 The LineageOS Project |
| 5 | SPDX-License-Identifier: Apache-2.0 |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 6 | --> |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 7 | <WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard" |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 8 | wizard:firstAction="welcome"> |
Chirayu Desai | 6059326 | 2021-07-07 00:48:58 +0530 | [diff] [blame] | 9 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 10 | <WizardAction |
| 11 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end" |
| 12 | id="welcome"> |
Oliver Scott | ecaeda6 | 2024-04-12 21:25:25 -0400 | [diff] [blame] | 13 | <result wizard:name="skip" wizard:resultCode="1" /> |
Oliver Scott | f515276 | 2024-01-06 21:02:28 -0500 | [diff] [blame] | 14 | <result wizard:action="restore" /> |
| 15 | </WizardAction> |
| 16 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 17 | <WizardAction |
| 18 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end" |
| 19 | id="restore"> |
Chirayu Desai | 6059326 | 2021-07-07 00:48:58 +0530 | [diff] [blame] | 20 | <result wizard:action="location_settings" /> |
| 21 | </WizardAction> |
| 22 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 23 | <WizardAction |
| 24 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end" |
| 25 | id="location_settings"> |
Oliver Scott | 7ad1585 | 2023-05-30 21:59:43 -0400 | [diff] [blame] | 26 | <result wizard:action="biometric_settings" /> |
| 27 | </WizardAction> |
| 28 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 29 | <WizardAction |
| 30 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end" |
| 31 | id="biometric_settings"> |
Tommy Webb | 2db34a2 | 2024-07-08 20:08:17 +0000 | [diff] [blame] | 32 | <result wizard:action="lockscreen_settings" /> |
| 33 | </WizardAction> |
| 34 | |
| 35 | <WizardAction |
| 36 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS;end" |
| 37 | id="lockscreen_settings"> |
Oliver Scott | 554f635 | 2023-06-12 19:12:26 -0400 | [diff] [blame] | 38 | <result wizard:action="theme_settings" /> |
| 39 | </WizardAction> |
| 40 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 41 | <WizardAction |
| 42 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.THEME_SETTINGS;end" |
| 43 | id="theme_settings"> |
Tommy Webb | 344e6b8 | 2023-06-20 13:51:25 -0400 | [diff] [blame] | 44 | <result wizard:action="navigation_settings" /> |
| 45 | </WizardAction> |
| 46 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 47 | <WizardAction |
| 48 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end" |
| 49 | id="navigation_settings"> |
Chirayu Desai | 6059326 | 2021-07-07 00:48:58 +0530 | [diff] [blame] | 50 | <result wizard:action="finish" /> |
| 51 | </WizardAction> |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 52 | |
Oliver Scott | 7664461 | 2024-01-10 17:16:28 -0500 | [diff] [blame] | 53 | <WizardAction |
| 54 | wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" |
| 55 | id="finish" /> |
cretin45 | d4cea55 | 2016-04-25 11:00:04 -0700 | [diff] [blame] | 56 | |
| 57 | </WizardScript> |