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

Commit 82364611 authored by Udam Saini's avatar Udam Saini Committed by Chalard Jean
Browse files

Updating mock for ConnectivityService

Change-Id: Ia70f8736c0ac453f1b535cc7f27112990298b54d
Test: manual and make
bug:62348162
parent 49573da2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
    }

    @Override
    public boolean isTetheringSupported() {
    public boolean isTetheringSupported(String callerPkg) {
        throw new RuntimeException("not implemented");
    }