Currently iam using this piece of code to get width and height wallpaper WallpaperManager wpm = WallpaperManager.getInstance(this);
float minH = wpm.getDesiredMinimumHeight();
float minW = wpm.getDesiredMinimumWidth();
iam unable to set the image correctly.