Which application is responsible for OTA update in Android?
In the preference from the standard Settings application, the "System Update" item looks like this:
<PreferenceScreen android:key="system_update_settings" android:title="@string/system_update_settings_list_item_title" android:summary="@string/system_update_settings_list_item_summary"> <intent android:action="android.settings.SYSTEM_UPDATE_SETTINGS" /> </PreferenceScreen> 