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:
@@ -115,4 +115,10 @@ interface IMountService
|
||||
*/
|
||||
String[] getSecureCacheList();
|
||||
|
||||
/**
|
||||
* Shuts down the MountService and gracefully unmounts
|
||||
* all external media.
|
||||
*/
|
||||
void shutdown();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user