Add check activity

This commit is contained in:
martindhy
2021-07-04 13:08:03 +08:00
parent 19b53e6e87
commit 347f2cbc71
17 changed files with 106 additions and 111 deletions

View File

@@ -178,6 +178,9 @@ public class MainActivity extends MvpActivity<MainView, MainPresenter> implement
mServiceApis.getStatusManagerApi().registerStatusChangedListener(TAG, StatusDescriptor.VR_MODE, this);
mPresenter.checkPermission(this);
// 启动检测页面
MogoApisHandler.getInstance().getApis().getCheckProvider().startCheckActivity(this);
}
private void init() {