diff options
Diffstat (limited to 'include/storage/IMountService.h')
-rw-r--r-- | include/storage/IMountService.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/storage/IMountService.h b/include/storage/IMountService.h index 472d8e5..43df7f0 100644 --- a/include/storage/IMountService.h +++ b/include/storage/IMountService.h @@ -37,8 +37,8 @@ public: virtual void setUsbMassStorageEnabled(const bool enable) = 0; virtual bool isUsbMassStorageEnabled() = 0; virtual int32_t mountVolume(const String16& mountPoint) = 0; - virtual int32_t - unmountVolume(const String16& mountPoint, const bool force) = 0; + virtual int32_t unmountVolume( + const String16& mountPoint, const bool force, const bool removeEncryption) = 0; virtual int32_t formatVolume(const String16& mountPoint) = 0; virtual int32_t getStorageUsers(const String16& mountPoint, int32_t** users) = 0; |