This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Description
For security and UI reasons, uninstall() might need to be under ApplicationManagement.
The UI reasons are about how to handle an application uninstalling itself.
The security reasons are that an application that is powned would be able to uninstall various other applications if it can access it application object.
ApplicationManagement being behind a permission and should be used for management applications, we could expect this to be less of an issue there.