I was wondering why SAIC can't just update single packages on demand (just like playstore does) instead of updating the entire system rom (which is pain)
Anyway:
Abupdate_eg32.apk is responsable for the OTA updates (and also USB update).
there are so much code inside and it looks ready even for scheduled upgrades overnight.
Some peculiar strings inside:
<string name="check_tips_content">1. Please click on the Detect New Versions to update the software to use the latest and most stable software functions.</string> (We know well this one)
<string name="notify_found_new_version">New version detected. Do you want to update now?</string>
<string name="notify_time_arrive">The appointment time has arrived. Do you want to install now?</string>
<string name="download_success_notify_tips">Download completed, do you want to install now?</string>
<string name="download_success_tips">Download succeeded! Do you want to install now?</string>
<string name="download_suspended">Suspend download</string>
<string name="error_tips_car_unregister">Your car not registered, please contact after sales for more information</string>
<string name="reboot_and_continue_update">The system will restart automatically and then continue the installation, during which there will be a brief black screen, please be patient to wait for the update to complete.</string>