StupidBeauty
Read times:1042Posted at:Tue Apr 22 04:57:05 2014
- no title specified

转载 android 中跳转系统自带界面

要想跳转到位置服务设置界面的话,只需要以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);

精灵

Your opinions
Your name:Email:Website url:Opinion content:
- no title specified

HxLauncher: Launch Android applications by voice commands