91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android短信發送功能

發布時間:2020-08-05 22:42:30 來源:網絡 閱讀:282 作者:Java大白 欄目:移動開發

xml文件代碼部分

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:padding="10dp"
 >

	<EditText 
	    android:id="@+id/Phonenum"
	    android:layout_width="match_parent"
	    android:layout_height="wrap_content"
	    android:hint="請輸入手機號碼"
	    />
	<EditText 
	    android:id="@+id/duanxin"
	    android:layout_width="match_parent"
	    android:layout_height="200px"
	    android:hint="請輸入要發送的短信"
	    android:layout_below="@id/Phonenum"
	    />
	<Button 
	    android:id="@+id/fasong"
	    android:layout_width="wrap_content"
	    android:layout_height="wrap_content"
	    android:text="發送"
	    android:layout_below="@id/duanxin"
	    android:layout_alignParentRight="true"
	    />

</RelativeLayout>
public class MainActivity extends Activity {
	private EditText phonenum,duanxin;
	private Button button;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        phonenum=(EditText)findViewById(R.id.Phonenum);
        duanxin=(EditText)findViewById(R.id.duanxin);
        button=(Button)findViewById(R.id.fasong);
        ButLis lis=new ButLis();
        button.setOnClickListener(lis);
        
    }
    class ButLis implements OnClickListener{
    	@Override
    	public void onClick(View v) {
    		new Thread(new Runnable() {
				
				@Override
				public void run() {
					// TODO Auto-generated method stub
					String num=phonenum.getText().toString();
		    		SmsManager sms=SmsManager.getDefault();
		    		sms.sendTextMessage(num, null, duanxin.getText().toString(), null, null);
				}
			}).start();
    		
    		
    		
    		
    		
    		
    	}
    }


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

桐柏县| 阳原县| 玛纳斯县| 淳化县| 普兰县| 白朗县| 从江县| 赤壁市| 旅游| 五华县| 塔城市| 中牟县| 阿瓦提县| 庄河市| 团风县| 玉树县| 长岛县| 长武县| 霍城县| 武清区| 富裕县| 北安市| 卓资县| 黎川县| 舒兰市| 陈巴尔虎旗| 和政县| 巴南区| 原阳县| 北宁市| 朝阳县| 水城县| 桐乡市| 定州市| 陆河县| 垣曲县| 岳池县| 和静县| 当阳市| 独山县| 布尔津县|