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.
我意识到有一种非常有趣的技术,可以轻松地在 Android 中获取 Context。
在 Android 上获取“上下文”的静态方法?
不过,我也遇到了
Android:内存不足的静态变量null
用于保存上下文的静态变量是否有可能在内存不足时变为空?
不。
该进程可能会被终止以释放内存,这会null在您的代码下次运行时在其新进程中生成静态变量。
null