Kill apps using PublicVolume when unmounting.
Bug: 24863778 Change-Id: I86a482c6de78afe2e09ca91165000e1b10a42058
This commit is contained in:
parent
71ee662ec3
commit
8aff854b94
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ status_t PublicVolume::doUnmount() {
|
|||
mFusePid = 0;
|
||||
}
|
||||
|
||||
KillProcessesUsingPath(getPath());
|
||||
|
||||
ForceUnmount(kAsecPath);
|
||||
|
||||
ForceUnmount(mFuseDefault);
|
||||
|
|
Loading…
Reference in a new issue