Add some pages to the user wizard script
Change-Id: Ib555ea6fa97c8542bf65b80aefcaf6cb4f4a489d
This commit is contained in:
committed by
Michael Bestas
parent
c9359bfe37
commit
6059326b6d
@@ -17,7 +17,19 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
<WizardScript xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"
|
||||||
wizard:firstAction="finish">
|
wizard:firstAction="welcome">
|
||||||
|
|
||||||
|
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WELCOME;end" id="welcome">
|
||||||
|
<result wizard:action="location_settings" />
|
||||||
|
</WizardAction>
|
||||||
|
|
||||||
|
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS;end" id="location_settings">
|
||||||
|
<result wizard:action="restore" />
|
||||||
|
</WizardAction>
|
||||||
|
|
||||||
|
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_RESTORE_BACKUP;end" id="restore">
|
||||||
|
<result wizard:action="finish" />
|
||||||
|
</WizardAction>
|
||||||
|
|
||||||
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish">
|
||||||
<result wizard:action="exit" />
|
<result wizard:action="exit" />
|
||||||
|
Reference in New Issue
Block a user