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

Commit a74cce60 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Fix activity-alias encryption awareness bug."

parents e8faad6b c26d59f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3491,6 +3491,7 @@ public class PackageParser {
        info.maxRecents = target.info.maxRecents;
        info.layout = target.info.layout;
        info.resizeMode = target.info.resizeMode;
        info.encryptionAware = target.info.encryptionAware;

        Activity a = new Activity(mParseActivityAliasArgs, info);
        if (outError[0] != null) {