public static interface

htcCheckin.IntentAction

android.provider.htcCheckin.IntentAction

Class Overview

Intents with this action cause a checkin attempt. Normally triggered by a periodic alarm, these may be sent directly to force immediate checkin.

Summary

Constants
String CANCEL Broadcast intent to cancel any ongoing update download.
String CATEGORY
String CHECKIN The action string to trigger HTC checkin trigger intent.
String INSTALL Broadcast intent to trigger immediate installation of an update.
String READY Activity intent to prompt the user to confirm installation.
String REPORT Broadcast intent to trigger immediate report of a crash.
String UPDATE Broadcast intent to handle chekcin server reply update package info (download URL).
String VERIFYPKG Broadcast sticky intent of the FOTA update package is verifying.

Constants

public static final String CANCEL

Broadcast intent to cancel any ongoing update download.

Constant Value: "android.server.htc_checkin.FOTA_CANCEL"

public static final String CATEGORY

Constant Value: "android.server.checkin.CHECKIN"

public static final String CHECKIN

The action string to trigger HTC checkin trigger intent.

Constant Value: "android.server.HTCcheckin.CHECKIN"

public static final String INSTALL

Broadcast intent to trigger immediate installation of an update.

Constant Value: "android.server.htc_checkin.FOTA_INSTALL"

public static final String READY

Activity intent to prompt the user to confirm installation.

Constant Value: "android.server.htc_checkin.FOTA_READY"

public static final String REPORT

Broadcast intent to trigger immediate report of a crash.

Constant Value: "android.server.htc_checkin.REPORT_CRASH"

public static final String UPDATE

Broadcast intent to handle chekcin server reply update package info (download URL).

Constant Value: "android.server.htc_checkin.FOTA_UPDATE"

public static final String VERIFYPKG

Broadcast sticky intent of the FOTA update package is verifying.

Constant Value: "android.server.htc_checkin.VERIFYING_PKG"