日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

使用Intent打開一個Dial界面

系統 2010 0
1.新建項目:
使用Intent打開一個Dial界面
2.打開main.xml刪除TextView控件
? 如:
    <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >

</LinearLayout>
  

3.編輯AndroidPhoneDialer.java
    package android_programmer_guide.androidphonedialer;

import android.app.Activity;
import android.os.Bundle;
import android.content.Intent;
import android.net.Uri;

public class AndroidPhoneDialer extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        Intent DialIntent = new Intent(Intent.ACTION_DIAL,Uri.parse("tel:13632783420"));
       // DialIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        DialIntent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
        startActivity(DialIntent);
    }
}
  

使用Intent打開一個Dial界面


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 遵义市| 石楼县| 庆云县| 枣庄市| 女性| 丹江口市| 台北县| 上犹县| 肃南| 台州市| 新乐市| 大名县| 隆安县| 云和县| 乐业县| 榆树市| 方城县| 明溪县| 城步| 鄂尔多斯市| 兴义市| 金沙县| 湟中县| 清水河县| 内丘县| 曲阳县| 淮阳县| 镇江市| 定结县| 谢通门县| 宜城市| 文水县| 三明市| 五峰| 黄大仙区| 平远县| 乡城县| 德阳市| 汝州市| 溧水县| 彩票|