MountService: Add an ACTION_SHUTDOWN handler and export a method for external shutdown

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat
2010-01-07 10:39:41 -08:00
parent 1a8eec69e1
commit 91c7761139
2 changed files with 70 additions and 1 deletions

View File

@@ -115,4 +115,10 @@ interface IMountService
*/
String[] getSecureCacheList();
/**
* Shuts down the MountService and gracefully unmounts
* all external media.
*/
void shutdown();
}