Fix build, fallout from change 451f6b981a
Change-Id: Id85d06221eccbda786721a05f3f6d9d94c1cbb74
This commit is contained in:
committed by
Adam Lesinski
parent
ec4fdec76f
commit
f6ee5fa3e2
@@ -134,4 +134,15 @@ 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user