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.
我正在使用自定义 GoogleLocationClient 来获取整个项目中的位置。有一个带有两个参数的构造函数,一个是活动,另一个是监听器,现在我想使用同一个类在后台服务中获取位置,如何实现这一点任何人都可以帮助我,
这是一个带有两个参数的构造函数,一个是活动,另一个是监听器,现在我想使用同一个类在后台服务中获取位置
它实际上需要一个上下文而不是活动。
无论如何,你可以按照谷歌的位置样本
https://github.com/googlesamples/android-play-location