Skip to content

stevenhartley/up-android-discovery

 
 

Repository files navigation

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.

About

Android Implementation of uDiscovery service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.6%
  • Kotlin 2.4%