You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
completingIntent.setClass(getApplication().getApplicationContext(), AppUpgradeService.class); 这一段代码不能编译通过 The method setClass(Context, Class<?>) in the type Intent is not applicable for the arguments (AppUpgradeService, AppUpgradeService) AppUpgradeService.java ,请问一下这个是不是我写的不对?
The text was updated successfully, but these errors were encountered:
completingIntent.setClass(getApplication().getApplicationContext(), AppUpgradeService.class); 这一段代码不能编译通过 The method setClass(Context, Class<?>) in the type Intent is not applicable for the arguments (AppUpgradeService, AppUpgradeService) AppUpgradeService.java ,请问一下这个是不是我写的不对?
The text was updated successfully, but these errors were encountered: