ws1-framework/com.airwatch.core.security.wizard/SystemlessConnManager
SystemlessConnManager¶
object SystemlessConnManager
Provides APIs to connect and find if magisk is present or not. To use, client need to call {@link #init(Context)} to initialize and call required APIs in {@link com.airwatch.core.security.wizard.SyslessCompDetector} using {@link #getBinder()} Call @{link #deInit(context) after the api usage is done.
Functions¶
| Name | Summary |
|---|---|
| getBinder | fun getBinder(): SyslessCompDetector Returns the binder instance of the service. Clients can call APIs in {@link com.airwatch.core.security.wizard.SyslessCompDetector} using this binder instance. |