Skip to content

A library which checks whether OneMDM is installed - WIP

Notifications You must be signed in to change notification settings

multunus/onemdm-installer

Repository files navigation

OneMDMInstaller

This library is a part of OneMDM project. It checks whether OneMDM is installed.

Integrating the Library with Existing Project

To integrate OneMDM Installer with an existing project:

  1. Add the library in the dependencies section:

    dependencies {
        ...
        compile 'com.multunus:onemdm-installer:0.1'
    }
  2. In the application’s main activity onCreate method, start the onemdm-installer service as follows:

    public void onCreate() {
    	...
    	Intent intent = new Intent(this, OneMDMInstallerService.class);
    	startService(intent);
    }

About

A library which checks whether OneMDM is installed - WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages