
要想跳转到位置服务设置界面的话,只需要以startActivity启动一个其action为 Settings. ACTION_LOCATION_SOURCE_SETTINGS 的Intent即可。
http://my.eoe.cn/725008/archive/7194.html
亮点:
18. ACTION_LOCATION_SOURCE_SETTINGS : //
跳转位置服务界面【管理已安装的应用程序。】
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivity(intent);
精灵
HxLauncher: Launch Android applications by voice commands