• 方法一:使用Looper类判断

Looper.myLooper() == Looper.getMainLooper()

  • 方法二:通过查看Thread类的当前线程

Thread.currentThread() == Looper.getMainLooper().getThread()


0 条评论

发表回复

您的电子邮箱地址不会被公开。