如何在不进入Android设置屏幕的情况下以编程方式打开/关闭GPS?

时间:2010-10-07 04:31:08

标签: android

如何在不进入Android设置界面的情况下以编程方式打开/关闭GPS?

2 个答案:

答案 0 :(得分:1)

你不能这样做。

出于隐私原因,这很重要。

How to programmatically enable GPS in Android Cupcake

答案 1 :(得分:1)

//删除您之前添加的侦听器

locationManager.removeUpdates(LocationListener的);

来自http://developer.android.com/guide/topics/location/obtaining-user-location.html