Query the Device for All Applications that can be Uninstalled Example
This example queries the device to find out which applications can be uninstalled, but it does not uninstall the application.
<wap-provisioningdoc>
<characteristic-query type="UnInstall"/>
</wap-provisioningdoc>
Sample response to the query
This response example lists the applications that can be uninstalled. This list is filtered by the current security role that is associated with the uninstall process.
<wap-provisioningdoc>
<characteristic type="UnInstall">
<characteristic type="Microsoft Application#2">
<parm name="uninstall" value="0"/>
</characteristic>
<characteristic type="Microsoft Application#1">
<parm name="uninstall" value="0"/>
</characteristic>
<characteristic type="Demo Home Screen">
<parm name="uninstall" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
See Also
UnInstall Configuration Service Provider Examples for OMA Client Provisioning
Send Feedback on this topic to the authors