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

Commit 2c341d83 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch 'v2.6-u' into v1-u

Change-Id: I336d7c637b59619bc7d056ac31b120b6435a20f1
parents 057139f7 9ed4a037
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1572,6 +1572,14 @@ public class ComputerEngine implements Computer {
            if (isSystemApp(packageInfo.applicationInfo)) {
                generateFakeSignature(p).ifPresent(fakeSignature -> {
                    packageInfo.signatures = new Signature[]{fakeSignature};
                    packageInfo.signingInfo = new SigningInfo(
                            new SigningDetails(
                                    new Signature[] {fakeSignature},
                                    SigningDetails.SignatureSchemeVersion.SIGNING_BLOCK_V3,
                                    null,
                                    null
                            )
                    );
                });
            }