//直接拨号
Intent callIntent = new Intent(Intent.ACTION_CALL,Uri.parse("tel:12345678"));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent = new Intent(Intent.ACTION_DIAL,Uri.parse("tel:12345678"));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent = new Intent("com.android.phone.action.TOUCH_DIALER");
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent = new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.baidu.com"));
startActivity(webIntent);
//查看联系人
Intent contactListIntent = new Intent("com.android.contacts.action.LIST_CONTACTS");
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent = new Intent("android.settings.SETTINGS");
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent = new Intent("android.settings.WIFI_SETTINGS");
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent = new Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType("audio/*");
startActivity(Intent.createChooser(audioIntent, "选择音频程序"));
//回到Home窗口
Intent gohomeIntent = new Intent("android.intent.action.MAIN");
gohomeIntent.addCategory("android.intent.category.HOME");
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Intent callIntent = new Intent(Intent.ACTION_CALL,Uri.parse("tel:12345678"));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent = new Intent(Intent.ACTION_DIAL,Uri.parse("tel:12345678"));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent = new Intent("com.android.phone.action.TOUCH_DIALER");
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent = new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.baidu.com"));
startActivity(webIntent);
//查看联系人
Intent contactListIntent = new Intent("com.android.contacts.action.LIST_CONTACTS");
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent = new Intent("android.settings.SETTINGS");
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent = new Intent("android.settings.WIFI_SETTINGS");
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent = new Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType("audio/*");
startActivity(Intent.createChooser(audioIntent, "选择音频程序"));
//回到Home窗口
Intent gohomeIntent = new Intent("android.intent.action.MAIN");
gohomeIntent.addCategory("android.intent.category.HOME");
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
/直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
/直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
/直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
//直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
/直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
/直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
/直接拨号
Intent callIntent =
new
Intent(Intent.ACTION_CALL,Uri.parse(
"tel:12345678"
));
startActivity(callIntent);
//将电话号码传入拨号程序
Intent dialIntent =
new
Intent(Intent.ACTION_DIAL,Uri.parse(
"tel:12345678"
));
startActivity(dialIntent);
//调用拨号程序
Intent touchDialerIntent =
new
Intent(
"com.android.phone.action.TOUCH_DIALER"
);
startActivity(touchDialerIntent);
//浏览网页
Intent webIntent =
new
Intent(Intent.ACTION_VIEW,Uri.parse(
"http://www.baidu.com"
));
startActivity(webIntent);
//查看联系人
Intent contactListIntent =
new
Intent(
"com.android.contacts.action.LIST_CONTACTS"
);
startActivity(contactListIntent);
//显示系统设置主界面
Intent settingsIntent =
new
Intent(
"android.settings.SETTINGS"
);
startActivity(settingsIntent);
//显示Wi-Fi设置界面
Intent wifiSettingsIntent =
new
Intent(
"android.settings.WIFI_SETTINGS"
);
startActivity(wifiSettingsIntent);
//启动处理音频的程序
Intent audioIntent =
new
Intent(Intent.ACTION_GET_CONTENT);
audioIntent.setType(
"audio/*"
);
startActivity(Intent.createChooser(audioIntent,
"选择音频程序"
));
//回到Home窗口
Intent gohomeIntent =
new
Intent(
"android.intent.action.MAIN"
);
gohomeIntent.addCategory(
"android.intent.category.HOME"
);
startActivity(gohomeIntent);
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法
Android开发中调用系统窗口的方法Android开发中调用系统窗口的方法
版权声明:本文为博主原创文章,未经博主允许不得转载。(转载请注明出自 AllenCoder)