Merge "Update MountService to StorageManagerService."
This commit is contained in:
committed by
Android (Google) Code Review
commit
0175533a4b
@@ -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) {
|
||||
|
Reference in New Issue
Block a user