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.
如果我不能通过这种方法通过最短时间和距离,会发生什么?什么时候调用这个方法?
locationManager.requestLocationUpdates(provider,0, 0,locationListener);
通过将 minTime 和 minDistance 设置为 0,您将得到一部死机。
由文档:
要尽可能频繁地获取通知,请将两个参数都设置为 0。
您只会得到非常快速的响应,并且设备上的电池消耗将是可怕的。