上一页 1 ··· 5 6 7 8 9
摘要: public void onClick(View arg0){// TODO Auto-generated method stubEditText text=(EditText)MyMessageActivity.this.findViewById(R.id.message);EditText phonenum=(EditText)MyMessageActivity.this.findViewById(R.id.phone);SmsManager manager=SmsManager.getDefault();ArrayList<String> texts= manager.div 阅读全文
posted @ 2011-12-08 16:02 乌托邦. 阅读(134) 评论(0) 推荐(0) 编辑
摘要: public void onClick(View arg0) {// TODO Auto-generated method stubEditText edittext1=(EditText)MyFirstAndroidActivity.this.findViewById(R.id.text1);String str=edittext1.getText().toString();Intent intent1 = new Intent();intent1.setAction("android.intent.action.CALL");intent1.setData(Uri.pa 阅读全文
posted @ 2011-12-08 16:00 乌托邦. 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9