标签: android andengine live-wallpaper
我正在写一个带有发动机的动态壁纸,每当设备被唤醒时它都会改变背景颜色。
我尝试使用onresume函数进行测试,但是当它对mScene执行某些操作时会出现错误。有人可以帮我弄这个吗?谢谢!
@Override public void onResume() { super.onResume(); this.mScene.setBackground(new Background(0f, 0.419639f, 0.6235308f)); }