blob: 15325c664acbb627269dfaf3ae89d4a305515543 [file] [log] [blame]
cretin45d4cea552016-04-25 11:00:04 -07001<?xml version="1.0" encoding="utf-8"?>
cretin45d4cea552016-04-25 11:00:04 -07002<!--
Michael Bestasec050052024-02-14 20:35:43 +02003 SPDX-FileCopyrightText: 2016 The CyanogenMod Project
4 SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
5 SPDX-License-Identifier: Apache-2.0
cretin45d4cea552016-04-25 11:00:04 -07006-->
cretin45d4cea552016-04-25 11:00:04 -07007<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
Oliver Scott76644612024-01-10 17:16:28 -05008 wizard:firstAction="welcome">
Chirayu Desai60593262021-07-07 00:48:58 +05309
Oliver Scott76644612024-01-10 17:16:28 -050010 <WizardAction
11 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end"
12 id="welcome">
Oliver Scottecaeda62024-04-12 21:25:25 -040013 <result wizard:name="skip" wizard:resultCode="1" />
Oliver Scottf5152762024-01-06 21:02:28 -050014 <result wizard:action="restore" />
15 </WizardAction>
16
Oliver Scott76644612024-01-10 17:16:28 -050017 <WizardAction
18 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end"
19 id="restore">
Chirayu Desai60593262021-07-07 00:48:58 +053020 <result wizard:action="location_settings" />
21 </WizardAction>
22
Oliver Scott76644612024-01-10 17:16:28 -050023 <WizardAction
24 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end"
25 id="location_settings">
Oliver Scott7ad15852023-05-30 21:59:43 -040026 <result wizard:action="biometric_settings" />
27 </WizardAction>
28
Oliver Scott76644612024-01-10 17:16:28 -050029 <WizardAction
30 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_BIOMETRIC_SETTINGS;end"
31 id="biometric_settings">
Tommy Webb2db34a22024-07-08 20:08:17 +000032 <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 Scott554f6352023-06-12 19:12:26 -040038 <result wizard:action="theme_settings" />
39 </WizardAction>
40
Oliver Scott76644612024-01-10 17:16:28 -050041 <WizardAction
42 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.THEME_SETTINGS;end"
43 id="theme_settings">
Tommy Webb344e6b82023-06-20 13:51:25 -040044 <result wizard:action="navigation_settings" />
45 </WizardAction>
46
Oliver Scott76644612024-01-10 17:16:28 -050047 <WizardAction
48 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.NAVIGATION_SETTINGS;end"
49 id="navigation_settings">
Chirayu Desai60593262021-07-07 00:48:58 +053050 <result wizard:action="finish" />
51 </WizardAction>
cretin45d4cea552016-04-25 11:00:04 -070052
Oliver Scott76644612024-01-10 17:16:28 -050053 <WizardAction
54 wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end"
55 id="finish" />
cretin45d4cea552016-04-25 11:00:04 -070056
57</WizardScript>