首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

androud 最适用的Intent

2012-08-17 
androud 最实用的Intent 1// 进入无线网络设置界面(其它可以举一反三)2Intent intent newIntent(android

androud 最实用的Intent
 1// 进入无线网络设置界面(其它可以举一反三)   2Intent intent = newIntent(android.provider.Settings.ACTION_WIRELESS_SETTINGS);  3

热点排行