如何在Android上停用“搜索GPS”通知

时间:2017-07-20 05:03:21

标签: android notifications gps

即使在退出应用程序后,我每次都会收到“搜索gps”的通知,如何禁用此通知?

1 个答案:

答案 0 :(得分:0)

试试这个:

locationManager.removeGpsStatusListener(GPSLocationListener.this);

或:

locationManager.removeUpdates(gpsLocationListener);
相关问题