summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/IMountService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/os/IMountService.aidl')
-rw-r--r--core/java/android/os/IMountService.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/os/IMountService.aidl b/core/java/android/os/IMountService.aidl
index 96d44b6..4491a8a 100644
--- a/core/java/android/os/IMountService.aidl
+++ b/core/java/android/os/IMountService.aidl
@@ -75,4 +75,9 @@ interface IMountService
* when a UMS host is detected.
*/
void setAutoStartUms(boolean value);
+
+ /**
+ * Shuts down the MountService and gracefully unmounts all external media.
+ */
+ void shutdown();
}