Merge "add missing call to superclass method" into honeycomb

This commit is contained in:
Michael Jurka
2011-02-01 20:53:13 -08:00
committed by Android (Google) Code Review

View File

@@ -214,6 +214,7 @@ public abstract class WallpaperService extends Service {
throw new UnsupportedOperationException(
"Wallpapers currently only support sizing from layout");
}
super.setFixedSize(width, height);
}
public void setKeepScreenOn(boolean screenOn) {