Contains classes to manage OTA (Over The Air Updates) Operations.
Here is an example of typical code to use OTA Manager.
IOtaManager iOm = OtaManager.getInterface(context); iOm.installOtaPackage("/cache/OSUpdate.zip");alternatively,
OtaManager.getInterface(context).installOtaPackage("/cache/OSUpdate.zip");
IOtaManager | Provides set of API for OTA (Over The Air Update). |
OtaManager | Provides IOtaManager interface by calling getInterface(Context) method. |