标签: android android-intent location
我遇到了问题,我有一个主要活动,其中包含locationlistener,我想在不同的活动中使用此位置信息(例如location.getAccuracy()或location.getAltitude())。 什么是更好的解决方案,在新活动中实施新的locationListener或使用intent.putExtra发送位置?
locationlistener
location.getAccuracy()
location.getAltitude()
locationListener
intent.putExtra