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

Commit 51ceff1d authored by Nazanin Bakhshi's avatar Nazanin Bakhshi Committed by Automerger Merge Worker
Browse files

Merge "Fix createConfigurationContext's UnsupportedOperationException" am: b6bc4e78

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1623579

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If9786367deadfd0883740bcef45fafb68f13557c
parents 1be2c56e b6bc4e78
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -325,6 +325,11 @@ public class ContextFixture implements TestFixture<Context> {
            return mResources;
        }

        @Override
        public Context createConfigurationContext(Configuration overrideConfiguration) {
            return spy(new FakeContext());
        }

        @Override
        public ApplicationInfo getApplicationInfo() {
            return mApplicationInfo;