打开系统程序

打开设置主界面android Intent intent = new Intent(android.provider.Settings.ACTION_SETTINGS); //系统设置 startActivityForResult( intent , 0); 打开网络设置界面(其余设置中的界面同理)web Intent intent = new Intent(android.provider.Se
相关文章
相关标签/搜索