标签: android notifications gps
即使在退出应用程序后,我每次都会收到“搜索gps”的通知,如何禁用此通知?
答案 0 :(得分:0)
试试这个:
locationManager.removeGpsStatusListener(GPSLocationListener.this);
或:
locationManager.removeUpdates(gpsLocationListener);