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

Commit d4ff4b64 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am e6a01f37: Merge "Fix build." into klp-dev

* commit 'e6a01f37':
  Fix build.
parents bb595190 e6a01f37
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -134,4 +134,14 @@ public final class BridgeContentProvider implements IContentProvider {
        // TODO Auto-generated method stub
        return null;
    }

    @Override
    public Uri canonicalize(String callingPkg, Uri uri) throws RemoteException {
        return null;
    }

    @Override
    public Uri uncanonicalize(String callingPkg, Uri uri) throws RemoteException {
        return null;
    }
}