Contains classes to manage Application Installation Operations.
Here is an example of typical code to use Application Installation Manager.
IAppInstallManager iAim = AppInstallManager.getInterface(context); iAim.uninstall("com.acme.example");alternatively,
AppInstallManager.getInterface(context).uninstall("com.acme.example");
IAppInstallManager | Provides a set APIs to manage applications silent installation and uninstallation. |
AppInstallManager | Provides IAppInstallManager interface by calling getInterface(Context) method. |