Seidesu

Results 1 issues of Seidesu

报错: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want? 解决方法: AppUpdateUtils里的getInstallAppIntent方法,把setFlags换成addFlags。