[Change]
开始直播功能开发 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user