Table of Contents
This project includes the Android Binder implementation of uBus, serving as the Communication Layer for uEs that utilize the Android uPClient, as well as implementations of the uSubscription and uTwin core services.
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 UCoreService.apk is as simple as:
gradlew assembleRelease
Please follow instructions to install UCoreService.apk as a privileged application.