Merge "add missing call to superclass method" into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
46ab5e13f2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user