Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 590e27d8 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix a regression in installing from unknown sources

If unknown source and the setting is enabled, proceed with UI
initialization.

Bug: 18165796
Change-Id: Ifee833cc7225d30b4e4fb874dc255cd42d7472d0
parent 0c772736
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -561,6 +561,8 @@ public class PackageInstallerActivity extends Activity implements OnCancelListen
            showDialogInner(DLG_UNKNOWN_SOURCES);
            mInstallFlowAnalytics.setFlowFinished(
                    InstallFlowAnalytics.RESULT_BLOCKED_BY_UNKNOWN_SOURCES_SETTING);
        } else {
            initiateInstall();
        }
    }