美文网首页
Calling startActivity() from out

Calling startActivity() from out

作者: 我想就这样简简单单 | 来源:发表于2019-02-20 11:28 被阅读0次

    我这里是在写版本升级的时候遇到的。

    解决方法:

    在跳转的intent添加flag:

    intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP|Intent.FLAG_ACTIVITY_NEW_TASK);

    相关文章

      网友评论

          本文标题:Calling startActivity() from out

          本文链接:https://www.haomeiwen.com/subject/ixgcyqtx.html