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. |
Classes
OemSystemUpdateClientFactory |
Factory for creating |
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 |
UpdateControlStateRequiredException |
Thrown when an API is called that requires UnifiedUpdateControl to be active, but it is not. |