Kill apps using PublicVolume when unmounting.

Bug: 24863778
Change-Id: I86a482c6de78afe2e09ca91165000e1b10a42058
This commit is contained in:
Jeff Sharkey 2016-03-30 20:37:28 -06:00
parent 71ee662ec3
commit 8aff854b94

View file

@ -200,6 +200,8 @@ status_t PublicVolume::doUnmount() {
mFusePid = 0;
}
KillProcessesUsingPath(getPath());
ForceUnmount(kAsecPath);
ForceUnmount(mFuseDefault);