OSDN Git Service

Fix build, fallout from change 451f6b981a2cd
authorNarayan Kamath <narayan@google.com>
Mon, 9 Sep 2013 09:32:38 +0000 (10:32 +0100)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 27 Jan 2014 18:31:05 +0000 (10:31 -0800)
Change-Id: Id85d06221eccbda786721a05f3f6d9d94c1cbb74

tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContentProvider.java

index 688cc87..89288bf 100644 (file)
@@ -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;
+    }
 }