标签: android gps android-location
我的应用程序使用位置服务。我想以编程方式为我的应用程序关闭gps,使其仍可供其他应用程序使用。
我尝试了以下内容,
locationManager.removeUpdates(myLocationListener); (实现LocationListener)
locationManager = null;
但它似乎对我不起作用。还有其他建议??