| java.lang.Object | |
| ↳ | com.ardic.android.managers.deviceadmin.DeviceAdminManager |
Provides IDeviceAdminManager interface by calling getInterface(Context) method.
For Device Admin Management details, see IDeviceAdminManager
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the global
IDeviceAdminManager instance, creating it if it doesn't already
exist. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Retrieve the global IDeviceAdminManager instance, creating it if it doesn't already
exist.
| Parameters | |
|---|---|
context |
Context:
Context of the application |
| Returns | |
|---|---|
IDeviceAdminManager |
IDeviceAdminManager
|