Loading src/com/android/packageinstaller/InstallStaging.java +16 −13 Original line number Diff line number Diff line Loading @@ -91,6 +91,8 @@ public class InstallStaging extends Activity { protected void onResume() { super.onResume(); // In some cases onResume might be called even if onActivityResult finished the activity. if (!isFinishing()) { // This is the first onResume in a single life of the activity if (mStagingTask == null) { // File does not exist, or became invalid Loading @@ -108,6 +110,7 @@ public class InstallStaging extends Activity { mStagingTask.execute(getIntent().getData()); } } } @Override protected void onSaveInstanceState(Bundle outState) { Loading Loading
src/com/android/packageinstaller/InstallStaging.java +16 −13 Original line number Diff line number Diff line Loading @@ -91,6 +91,8 @@ public class InstallStaging extends Activity { protected void onResume() { super.onResume(); // In some cases onResume might be called even if onActivityResult finished the activity. if (!isFinishing()) { // This is the first onResume in a single life of the activity if (mStagingTask == null) { // File does not exist, or became invalid Loading @@ -108,6 +110,7 @@ public class InstallStaging extends Activity { mStagingTask.execute(getIntent().getData()); } } } @Override protected void onSaveInstanceState(Bundle outState) { Loading