Android StorageManagerService and VOLD interaction| Part 2/2
The StorageManagerService uses another aidl IVOLD.aidl to communicate to vold deamon. The StorageManagerService uses an asynchronous AIDL
The StorageManagerService uses another aidl IVOLD.aidl to communicate to vold deamon. The StorageManagerService uses an asynchronous AIDL
Vold is a native process that acts as a control center for managing and controlling the external storage in the Android platform. The vold process receives external storage device connection and disconnection message.