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

Commit 4548bb28 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Temporarily whitelist GmsCore for unknown sources""

parents 91d51e87 ea289fd1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -69,11 +69,6 @@ public class InstallStart extends Activity {
        nextActivity.putExtra(PackageInstallerActivity.EXTRA_ORIGINAL_SOURCE_INFO, sourceInfo);
        nextActivity.putExtra(Intent.EXTRA_ORIGINATING_UID, originatingUid);

        // STOPSHIP(http://b/34599122): Remove this special casing once GmsCore is updated
        if ("com.google.android.gms".equals(callingPackage)) {
            nextActivity.putExtra(Intent.EXTRA_NOT_UNKNOWN_SOURCE, true);
        }

        if (PackageInstaller.ACTION_CONFIRM_PERMISSIONS.equals(intent.getAction())) {
            nextActivity.setClass(this, PackageInstallerActivity.class);
        } else {