com.google.android.managementapi.oemsystemupdate

Interfaces

OemSystemUpdateClient

Client for OEM applications to interact with the Android Management API regarding Over-the-Air (OTA) system updates.

OemSystemUpdateHandler

Interface for the OEM's OTA client to implement.

Exceptions

InvalidSystemUpdateStateException

Thrown when an operation is attempted on a System Update resource, but the resource is not in a valid state for that operation.

MultipleOtaClientsException

Thrown when AMAPI detects multiple OEM OTA client apps attempting to use the API.

OemSystemUpdateException

Base exception for errors related to the OEM System Update Client.

SystemUpdateAlreadyExistsException

Thrown when a system update resource with the specified name already exists.

SystemUpdateNotFoundException

Thrown when a specified System Update resource cannot be found.

UpdateControlStateNotFoundException

Thrown when the current UpdateControlState is not found.

UpdateControlStateRequiredException

Thrown when an API is called that requires UnifiedUpdateControl to be active, but it is not.

Objects

OemSystemUpdateClientFactory

Factory for creating OemSystemUpdateClient instances.