码迷,mamicode.com
首页 > 移动开发 > 详细

Android中自动跳转到系统设置界面

时间:2016-01-22 14:15:02      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

// 转到手机设置界面,用户设置GPS
Intent intent = new Intent(
Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivityForResult(intent, 0); // 设置完成后返回到原来的界面

 

http://blog.csdn.net/lotusyangjun/article/details/26240645

Android中自动跳转到系统设置界面

标签:

原文地址:http://www.cnblogs.com/androidsj/p/5150896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!