* commit '1cc4bd33265302cfdca55553a5fa746a8265aea7': Don't crash on NameNotFoundException
This commit is contained in:
@@ -46,7 +46,8 @@ public class StorageWizardMoveConfirm extends StorageWizardBase {
|
|||||||
mPackageName = getIntent().getStringExtra(EXTRA_PACKAGE_NAME);
|
mPackageName = getIntent().getStringExtra(EXTRA_PACKAGE_NAME);
|
||||||
mApp = getPackageManager().getApplicationInfo(mPackageName, 0);
|
mApp = getPackageManager().getApplicationInfo(mPackageName, 0);
|
||||||
} catch (NameNotFoundException e) {
|
} catch (NameNotFoundException e) {
|
||||||
throw new RuntimeException(e);
|
finish();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sanity check that target volume is candidate
|
// Sanity check that target volume is candidate
|
||||||
|
Reference in New Issue
Block a user