app.og#App 对象实现了 AppInfo 接口,并且通过 context 传递了 App 对象,服务侧的 handler 都可以通过 AppInfo 接口拿到 app 数据。 项目中的data、service、biz层如何获取App对象的信息?是否考虑 app 对象设计成全局对象?