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.
我知道可以在没有活动的情况下启动服务,...我的问题是:如果我将服务作为前台启动(调用 startForegorund()),应用程序对象是否总是被实例化?
或者在某些情况下可能 getApplication() == null ?
我想说Application的是每当您的应用程序运行时创建,无论它是活动、前台还是后台服务。所以你不应该null在 call 时得到getApplication。
Application
null
getApplication