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

Commit ea289fd1 authored by Benjamin Franz's avatar Benjamin Franz
Browse files

Revert "Temporarily whitelist GmsCore for unknown sources"

This reverts commit 443380ff.

Change-Id: If0b63e9473a4db4b48654da9e5d2f2e6ea74d61b
parent 443380ff
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -65,11 +65,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 {