Merge "Update MountService to StorageManagerService."

This commit is contained in:
Sudheer Shanka
2016-11-15 23:34:11 +00:00
committed by Android (Google) Code Review
4 changed files with 16 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ public class StorageWizardMigrateConfirm extends StorageWizardBase {
public void onNavigateNext() {
int moveId;
// We only expect exceptions from MountService#setPrimaryStorageUuid
// We only expect exceptions from StorageManagerService#setPrimaryStorageUuid
try {
moveId = getPackageManager().movePrimaryStorage(mVolume);
} catch (IllegalArgumentException e) {