gpt4 book ai didi

android - 在 LocationListener 中获取上下文

转载 作者:太空狗 更新时间:2023-10-29 15:43:15 25 4
gpt4 key购买 nike

我需要将上下文传递给函数,但我无法使用 getApplicationContext() 获取它的上下文 我必须说我的应用程序是一项服务。那么如何获取 locationListener 中的上下文?

更准确地说是在 onLocationChanged(Location location) 方法中

最佳答案

So how can i get the context inside the locationListener ?

如果 LocationListener 是您服务的常规内部类,请使用 MyServiceName.this

如果 LocationListener 是静态内部类或单独的公共(public)类,请在构造函数中提供上下文。

换句话说,这与 Java 中的其他任何内容都没有什么不同。

关于android - 在 LocationListener 中获取上下文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9909167/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com