new Thread(){
@Override
public void run() {
super.run()
try {
sleep(5000)
} catch (InterruptedException e) {
e.printStackTrace()
}
String text=""
List<String>config = loadArray()
for(int i=0i<config.size()i++){
//am.killBackgroundProcesses(config.get(i))
text+=config.get(i)+"\n\r"
}
text+="off"
tv_show.setText(text)
}
}.start()
直接加到onReceive方法中就行了。
这个才看到过 先要继承Csock类啊,刚翻了下书。CClientSocket中写道public:void sendmessage(CSock *psend,这里添加你需要的变量如char *p之类的);
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)