Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么当我已经删除接近警报时 GPS 图标仍然显示在通知栏中
删除ProximityAlert
我给了与 AddProximityAlert 相同的 PendingIntent,Proximity Alert 不再起作用,但 GPS 图标没有消失。
这是否意味着设备仍会尝试获取我的位置并耗尽电池电量?
试试这个来关闭你的图标
locationManagerGPS.removeUpdates(GPSLocationListener);
然后再次检查
解决方案是将 PendingIntent 的标志更改为 FLAG_UPDATE_CURRENT