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

Commit a0efceaf authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Update tests with location bypass packages" into tm-dev am: 39926e4d

parents ceefe61f 39926e4d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -259,6 +259,9 @@ public class TelephonyRegistryTest extends TelephonyTest {
        addTelephonyRegistryService();
        mTelephonyCallback = new TelephonyCallbackWrapper();
        mTelephonyCallback.init(mSimpleExecutor);
        mContextFixture.putStringArrayResource(
                com.android.internal.R.array.config_serviceStateLocationAllowedPackages,
                new String[0]);
        processAllMessages();
        assertEquals(mTelephonyRegistry.asBinder(),
                ServiceManager.getService("telephony.registry"));