Added in API level 1
package

com.ardic.android.managers.afexadmin

Contains classes to manage Afex Admin Operations.

Here is an example of typical code to use Afex Admin Manager.

	IAfexAdminManager iAam = AfexAdminManager.getInterface(context);
	iAam.lockNow();
	
alternatively,
	AfexAdminManager.getInterface(context).lockNow();
	

Interfaces

IAfexAdminManager Provides a set of APIs for self activated AFEX device admin. 

Classes

AfexAdminManager Provides IAfexAdminManager interface by calling getInterface(Context) method.