Merge "Fix the build" into klp-dev

This commit is contained in:
Michael Jurka
2013-10-15 00:42:51 +00:00
committed by Android (Google) Code Review

View File

@@ -702,8 +702,6 @@ public class WallpaperManager {
// cropper doesn't exist, return null
throw new IllegalArgumentException("Cannot use passed URI to set wallpaper; " +
"check that the type returned by ContentProvider matches image/*");
return null;
}
/**