我已将此代码用于服务。
View v1 = (Activity)getApplicationContext()).
getWindow().getDecorView().getRootView();
但是出现这样的错误
java.lang.ClassCastException: android.app.Application
cannot be cast to android.app.Activity
答案 0 :(得分:0)
您不能在服务中使用getWindow,因为它与UI线程相关,而可以使用WindowManger