commit | 3276b6a4509b3527e67e9cb7f6570064b31c5ea3 | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Tue Aug 08 14:42:54 2017 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Tue Aug 08 23:32:02 2017 +0000 |
tree | a28d75c01847bb8121b96628639ddd149efc0e27 | |
parent | d97f9e45a30cb7daed0552c3306f5a55e8e6a136 [diff] |
Finish activity if uninstall is done There are various ways how the Uninstaller activity signals back that the uninstall is done. If the uninstall was started via PackageInstaller.uninstall the signal comes back via the callback binder. Once the binder is called, no furter UI is needed, hence we should call finish(). Change-Id: Ib2f0b5e3e17634bae39db952542a33d7f7b17e5e Bug: 64468607 Test: Used PackageInstall.uninstall API to uninstall and saw UI go away.