README.md
# GoogleApi.AndroidDeviceProvisioning
Android Device Provisioning Partner API client library.
Automates Android zero-touch enrollment for device resellers, customers, and EMMs.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_android_device_provisioning` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_android_device_provisioning, "~> 0.20"}]
end
```
## For more information
Product documentation is available at [https://developers.google.com/zero-touch/](https://developers.google.com/zero-touch/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_android_device_provisioning](https://hexdocs.pm/google_api_android_device_provisioning).