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

Commit a8c4de6b authored by Gavin Corkery's avatar Gavin Corkery
Browse files

Make ActivityContextInfo.CONTEXT_FLAGS a method instead of a constant

Test: presubmit
Bug: 301076452
Change-Id: I3f91c483d3acbfc86f1a26f57a903b9e1b92dd1d
parent 08e5de96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4071,7 +4071,7 @@ public final class ActivityThread extends ClientTransactionHandler
        final LoadedApk sdkApk = getPackageInfo(
                contextInfo.getSdkApplicationInfo(),
                r.packageInfo.getCompatibilityInfo(),
                ActivityContextInfo.CONTEXT_FLAGS);
                contextInfo.getContextFlags());

        final ContextImpl activityContext = ContextImpl.createActivityContext(
                this, sdkApk, r.activityInfo, r.token, displayId, r.overrideConfig);