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

Commit ad7d7394 authored by Jean Chalard's avatar Jean Chalard Committed by Gerrit Code Review
Browse files

Merge "Updating mock for ConnectivityService"

parents 49573da2 82364611
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");
    }