Third-party Integration with Android Service v2.x¶
The UF Android Service provides a set of APIs that allow third-party applications to interact with it.
To integrate with UF Android Service v2.x, your application must import the uf-service-api library. Please contact us to get the library.
Note
uf-service v2.x only supports uf-service-api v2.x. Older versions of the API are no longer supported.
Reference Implementation¶
We provide the UF Service API Reference Implementation as an example of a third-party application. The uf-service-api-reference-implementation demonstrates how to:
- Show the current service status.
- Open the preferences page of
uf-android-service(Settings page). - Grant authorization to execute an action during a soft update.
- Perform a force ping.