OneMDM is an open source Mobile Device Management (MDM) solution. For more details of the server, please visit the OneMDM page.
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
- How to build the release version
- How to change the version number