am 46ab5e13: Merge "add missing call to superclass method" into honeycomb
* commit '46ab5e13f27324d634ff27b7fd75c5d432b915bf': add missing call to superclass method
This commit is contained in:
@@ -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