Table of Contents
This project contains Android implementation of the uDiscovery core service, utilizing the Binder uTransport (Android uPClient) for communication.
The Android Gradle Plugin provides several standard tasks that are commonly used in Android projects. To view the complete list, you can use the following command:
gradlew tasks
Assembling UDiscoveryService.apk is as simple as:
gradlew assembleRelease
Please follow instructions to install UDiscoveryService.apk as a privileged application.