diff options
| author | mosimchah <mosimchah@gmail.com> | 2021-05-10 13:32:24 -0400 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2021-06-19 23:37:33 +0300 |
| commit | 72eae974057df614e8a5390ecd7da9cb73c9fa00 (patch) | |
| tree | 7ad6f151252218731150aa164070cdee93173378 | |
| parent | 128558f766e930c3a781f4e64fcd9ef589b83eec (diff) | |
suw: remove option to update the recovery
Change-Id: Id6bc5ed7f91302efbf679ade207bb14ae08cb02b
| -rw-r--r-- | AndroidManifest.xml | 4 | ||||
| -rw-r--r-- | res/raw/aicp_wizard_script.xml | 4 | ||||
| -rw-r--r-- | res/raw/wizard_script.xml | 3 |
3 files changed, 2 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2619b67..fb7900d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -221,7 +221,7 @@ </intent-filter> </activity> - <activity android:name=".UpdateRecoveryActivity" +<!-- <activity android:name=".UpdateRecoveryActivity" android:label="@string/activity_label_empty" android:excludeFromRecents="true" android:configChanges="mcc|mnc" @@ -231,7 +231,7 @@ <action android:name="com.aicp.setupwizard.AICP_RECOVERY_UPDATE"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> - </activity> + </activity> --> <activity android:name=".DeviceSpecificActivity" android:label="@string/activity_label_empty" diff --git a/res/raw/aicp_wizard_script.xml b/res/raw/aicp_wizard_script.xml index cd7940f..8d32722 100644 --- a/res/raw/aicp_wizard_script.xml +++ b/res/raw/aicp_wizard_script.xml @@ -57,10 +57,6 @@ </WizardAction> <WizardAction wizard:uri="intent:#Intent;action=com.aicp.setupwizard.DEVICE_SPECIFIC;end" id="device_specific"> - <result wizard:action="recovery_update" /> - </WizardAction> - - <WizardAction wizard:uri="intent:#Intent;action=com.aicp.setupwizard.AICP_RECOVERY_UPDATE;end" id="recovery_update"> <result wizard:action="aicp_settings" /> </WizardAction> diff --git a/res/raw/wizard_script.xml b/res/raw/wizard_script.xml index 47c3cbd..2d9de86 100644 --- a/res/raw/wizard_script.xml +++ b/res/raw/wizard_script.xml @@ -99,9 +99,6 @@ </WizardAction> <WizardAction wizard:script="android.resource://com.google.android.setupwizard/xml/wizard_script_qr_provision_flow" id="qr_provision_flow" /> <WizardAction wizard:uri="intent:#Intent;action=com.aicp.setupwizard.DEVICE_SPECIFIC;end" id="oem_post_setup"> - <result wizard:action="recovery_update" /> - </WizardAction> - <WizardAction wizard:uri="intent:#Intent;action=com.aicp.setupwizard.AICP_RECOVERY_UPDATE;end" id="recovery_update"> <result wizard:action="finish" /> </WizardAction> <WizardAction wizard:uri="intent:#Intent;action=com.aicp.setupwizard.AICP_SETUP_COMPLETE;end" id="finish"> |
