标签: android proximity
我已在一项活动中注册了接近警报,并希望更新其他活动的坐标。我怎么做?我已经尝试在第一个活动中创建unregisterProximity方法,但它不允许我将其设为静态。
unregisterProximity
有什么想法吗?
答案 0 :(得分:0)
将坐标从一个活动传递给另一个活动,或者使用locationManager.removeProximityAlert(proximityIntent)与创建它时相同的proximityIntent
locationManager.removeProximityAlert(proximityIntent)
发布代码并添加更多信息导致您的问题不明确