onemdm-client
onemdm-client copied to clipboard
trafficstars
This repo is no longer maintained
OneMDM Mobile Client
OneMDM is an open source Mobile Device Management (MDM) solution. For more details of the server, please visit the OneMDM page.
Setting up OneMDM client
Clone the repo:
git clone https://github.com/multunus/onemdm-client.git
cd onemdm-client
cp src/main/java/com/multunus/onemdm/config/Config.java.example src/main/java/com/multunus/one_mdm_client/Config.java
Change the following constant(s) in Config.java:
HOST_URL
Build the debug version of the APK from the command line:
./gradlew clean installDebug
TODO
- How to build the release version
- How to change the version number