我创建了与完全权限关联的应用,我使用了以下网址,但仍然没有收到电子邮件地址。
DaggerFeedComponent.builder()
.applicationComponent(MyApplication.getApplicationComponent())
.feedPresenterModule(new FeedPresenterModule(this))
.build()
.inject(this);