Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 937 Bytes

README.adoc

File metadata and controls

27 lines (21 loc) · 937 Bytes

Android uDiscovery Implementation

1. Overview

This project contains Android implementation of the uDiscovery core service, utilizing the Binder uTransport (Android uPClient) for communication.

2. Getting Started

2.1. Building the Project

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

2.2. Installing the Build

Please follow instructions to install UDiscoveryService.apk as a privileged application.