开始直播功能开发

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-24 18:42:25 +08:00
parent b9347a2fb5
commit 26b1982c51
6 changed files with 94 additions and 11 deletions

View File

@@ -260,8 +260,8 @@ public class MainActivity extends MvpActivity<MainView, MainPresenter> implement
startService(intentMainServicee);
// USB 摄像头行车记录仪进程
Intent intentCarcorderService = new Intent(this, CarcorderService.class);
startService(intentCarcorderService);
// Intent intentCarcorderService = new Intent(this, CarcorderService.class);
// startService(intentCarcorderService);
}
protected void loadContainerModules() {