MountService: Add new 'unmountSecureContainer' API call

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat
2010-01-18 06:47:41 -08:00
parent 5fbf4094f5
commit 9dba709d44
3 changed files with 19 additions and 0 deletions

View File

@@ -93,6 +93,11 @@ interface IMountService
*/
String mountSecureContainer(String id, String key, int ownerUid);
/*
* Unount a secure container.
*/
void unmountSecureContainer(String id);
/*
* Returns the filesystem path of a mounted secure container.
*/