Contains classes to manage Command Operations.
Here is an example of typical code to use Command Manager.
ICommandManager iCm = CommandManager.getInterface(context); iCm.rebootWipeUserData();alternatively,
CommandManager.getInterface(context).rebootWipeUserData();
ICommandManager | Provides a set of APIs for executes commands such as reboot, wipe, etc. |
CommandManager | Provides ICommandManager interface by calling getInterface(Context) method. |