Thread.sleep()可能会造成ANR - xiaoniudonghe2015/Android-Java-Code-Style GitHub Wiki

1.解决办法

使用Handler.postDelayed代替