android 停止Handler

mHandler.removeCallbacks(mRunnable);

或者

handler.removeMessages(what);

你可能感兴趣的:(android)