Merge "Fix build." into klp-dev

This commit is contained in:
Dianne Hackborn
2013-09-08 20:08:42 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
}