Hi,
Done Static point in the following source code,
system/vold/model/PublicVolume.cpp
Current configuration,
// Use UUID as stable name, if available std::string stableName = getId(); if (!mFsUuid.empty()) { stableName = mFsUuid; } mRawPath = StringPrintf("/mnt/media_rw/%s", stableName.c_str());
New Configuration,
// Use UUID as stable name, if available std::string stableName = getId(); if (!mFsUuid.empty()) { stableName = mFsUuid; } mRawPath = StringPrintf("/mnt/media_rw/USB");
Thanks & Regards,
VinothS
Regards,
Vinothkumar Sekar