Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Change History
...
Easy heading | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Change History
Update application building steps.
Update component introduction.
Add demo and library download link.
Update the Key Events chapter
...
1.1 Supported Models
Model | Firmware | |
UCV10 series | 5.42.1.7.51.0 32 or higher | |
UCV20 series | 5.42.1.57.1.0 32 or higher | |
UCV50 series | 5.42.1.57.1.0 32 or higher | |
UCV52 series | 5.42.1.57.1.0 32 or higher | |
UCV53 series | 5.42.1.57.1.0 32 or higher |
2. Application Building
Here is the necessary steps to build the application with Htek Android SDK.
2.1 Put
...
libraries under directory app/libs
...
2.2 Add dependence in build.gradle
...
Code Block | ||
---|---|---|
| ||
<receiver android:name=".MockReceiver" android:exported="true" android:enabled="true"> <intent-filter> <action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" /> <action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.intent.action.QUICKBOOT_POWERON" /> </intent-filter> </receiver> |
Htek SDK Demo & Library Download
Anchor | ||
---|---|---|
|
Date | Demo | Library | Revision |
---|---|---|---|
| bc1277b5dd6b044f6bef82f03c1fcfec15f624bc | ||