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

Commit 4f4b2fd7 authored by Sarah Chin's avatar Sarah Chin
Browse files

Update tests with location bypass packages

Test: atest TelephonyRegistryTest
Bug: 231445403
Change-Id: If1dcd8129c61b328efe491845942550ff61cf8a1
parent 24d4a394
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"));