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.
我有一个服务,我需要从服务 onStartCommand 访问上下文。
我怎么能那样做。我是安卓新手。
您可以使用ServiceName.this获取Context、Service扩展Context
ServiceName.this
Context
Service
服务是一个上下文。你可以使用这个。
使用this.. 服务扩展了 Context。
this.