fixup! Changes for new network setup flow

Original did not account for atv wizard script

Change-Id: I9988481e4e951e129ca7e7248d893e2aae1b04d6
This commit is contained in:
Aaron Kling
2022-09-15 18:18:28 -05:00
parent fee1c7fc94
commit 086a2c804d

View File

@@ -28,10 +28,10 @@
<result wizard:action="locale" /> <result wizard:action="locale" />
</WizardAction> </WizardAction>
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCALE;end" id="locale"> <WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_LOCALE;end" id="locale">
<result wizard:action="wifi_setup" /> <result wizard:action="network_setup" />
</WizardAction> </WizardAction>
<WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_WIFI_SETUP;end" id="wifi_setup"> <WizardAction wizard:uri="intent:#Intent;action=org.lineageos.setupwizard.LINEAGE_NETWORK_SETUP;end" id="network_setup">
<result wizard:action="device_specific" /> <result wizard:action="device_specific" />
</WizardAction> </WizardAction>