如何在服务中使用上下文?

时间:2019-01-19 07:12:29

标签: android

我已将此代码用于服务。

 View v1 = (Activity)getApplicationContext()).
                          getWindow().getDecorView().getRootView();

但是出现这样的错误

  java.lang.ClassCastException: android.app.Application 
                                cannot be cast to android.app.Activity

1 个答案:

答案 0 :(得分:0)

您不能在服务中使用getWindow,因为它与UI线程相关,而可以使用WindowManger