Android 如何经过代码模拟按钮点击 延时函数

View.performClick();
 
好比:
private Button mButton01;
 
 mButton01 = (Button)findViewById(R.id.myButton1);
 
mButton01.performClick();
 
延时函数
SystemClock.sleep(100);
相关文章
相关标签/搜索