MountService: Add new 'unmountSecureContainer' API call
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user