| <?xml version="1.0" encoding="utf-8"?> |
| |
| <!-- |
| Copyright (c) 2014 Google Inc. |
| Copyright (C) 2017 The LineageOS Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- |
| The wizard:uris recorded here have the inconvenience of being generated by hand, but they allow |
| for the full spread of launch flags (we need FLAG_ACTIVITY_NEW_TASK [0x10000000]), where the |
| <intent> tag processed by Intent.parseIntent() does not. |
| |
| adb shell am to-intent-uri -a com.android.setupwizard.WELCOME -f 0x10000000 \-\-ez firstRun true |
| --> |
| |
| <WizardScript wizard:firstAction="oem_pre_setup" |
| xmlns:wizard="http://schemas.android.com/apk/res/com.google.android.setupwizard"> |
| <!-- Preliminary setup for OEMs --> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.OEM_PRE_SETUP;end" id="oem_pre_setup"> |
| <result wizard:action="welcome" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.cyanogenmod.setupwizard.LINEAGE_WELCOME;end" id="welcome"> |
| <result wizard:action="locale" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.cyanogenmod.setupwizard.LINEAGE_LOCALE;end" id="locale"> |
| <result wizard:action="sim_missing" /> |
| </WizardAction> |
| <WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_qr_provision_flow" id="qr_provision_flow"> |
| <result wizard:action="oem_post_setup" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.SIM_MISSING;end" id="sim_missing"> |
| <result wizard:action="carrier_setup" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.CARRIER_SETUP;end" id="carrier_setup"> |
| <result wizard:action="background_activation" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.BACKGROUND_ACTIVATION;end" id="background_activation"> |
| <result wizard:action="sim_setup" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.SIM_SETUP;end" id="sim_setup"> |
| <result wizard:action="flow_choice" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.FLOW_CHOICE;end" id="flow_choice"> |
| <result wizard:resultCode="-1" wizard:action="restore_choice" wizard:name="ok" /> |
| <result wizard:resultCode="1" wizard:action="setup_as_new_flow" wizard:name="skip" /> |
| <result wizard:action="restore_with_account_flow" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.RESTORE_CHOICE;end" id="restore_choice"> |
| <result wizard:resultCode="101" wizard:action="restore_with_device_flow" wizard:name="d2d" /> |
| <result wizard:resultCode="102" wizard:action="restore_with_ios_flow" wizard:name="ios_restore" /> |
| <result wizard:action="restore_with_account_flow" /> |
| </WizardAction> |
| <WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_restore_with_account_flow" id="restore_with_account_flow"> |
| <result wizard:action="oem_post_setup" /> |
| </WizardAction> |
| <WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_restore_with_device_flow" id="restore_with_device_flow"> |
| <result wizard:action="oem_post_setup" /> |
| </WizardAction> |
| <WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_restore_with_ios_flow" id="restore_with_ios_flow"> |
| <result wizard:action="oem_post_setup" /> |
| </WizardAction> |
| <WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_setup_as_new_flow" id="setup_as_new_flow"> |
| <result wizard:action="oem_post_setup" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.cyanogenmod.setupwizard.LINEAGE_SETTINGS;end" id="oem_post_setup"> |
| <result wizard:action="finish" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.cyanogenmod.setupwizard.LINEAGE_SETUP_COMPLETE;end" id="finish"> |
| <result wizard:action="exit" /> |
| </WizardAction> |
| <WizardAction wizard:uri="intent:#Intent;action=com.android.setupwizard.EXIT;end" id="exit" /> |
| </WizardScript> |