Have you ever used public void uninstall (String packageName, IntentSender statusReceiver)' of
PackageInstaller` ? This is new API added in apilevel 21.
And this API description is
Uninstall the given package, removing it completely from the device. This method is only available to the current "installer of record" for the package.
what does 'installer of record' mean here??