UF Service API Reference Implementation¶
The UF Service API Reference Implementation is a reference application that integrates with the UF Android Service and provides visual feedback about the status of the Service, including update download progress, error messages, etc.
The Apache v2.0 license used in the project permits copying parts of its code, as long as the required notices are included.
UF Service Compatibility¶
Newer UF Android Service are only supported by recent versions of UF Service API Reference Implementation. The compatibility between the applications and the service versions is specified in the following table:
| UF Service API Ref. Impl. | UF Android Service |
|---|---|
| v1.5.0 | v1.5.0 ... v1.5.2 |
| v1.6.1 | v1.6.1 ... v1.8.1 |
| v2.0.0-beta01 | ≥ v2.0.0-beta01 |
Installation¶
Contact us to request access to the application's source code and APK file.
To install the UF Service API Reference Implementation apk with adb:
adb install uf-service-api-reference-implementation-v2.0.0-beta01.apk

The UF Service API Reference Implementation application also allows to open the UF Android Settings page, which shows all current configuration parameters.
Note
An alternative way to open the the UF Android Settings page is the following adb command:
adb shell am start -a com.kynetics.android.uf.service.action.SETTINGS
adb shell am start -a com.kynetics.action.SETTINGS
