[2.13.2] add mock data of ai identify
This commit is contained in:
@@ -41,7 +41,7 @@ dependencies {
|
||||
implementation rootProject.ext.dependencies.arouter
|
||||
annotationProcessor rootProject.ext.dependencies.aroutercompiler
|
||||
implementation rootProject.ext.dependencies.rxjava
|
||||
implementation rootProject.ext.dependencies.mogoaicloudrealtime
|
||||
api rootProject.ext.dependencies.mogoaicloudrealtime
|
||||
implementation rootProject.ext.dependencies.amapnavi3dmap
|
||||
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
|
||||
@@ -58,9 +58,6 @@ public class MogoServices implements IMogoIntentListener {
|
||||
intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
|
||||
mContext.sendBroadcast(intent);
|
||||
|
||||
// if (DebugConfig.isNeedUploadCoordinatesDurationInTime()) {
|
||||
// MoGoAiCloudRealTime.startRealTime(mContext, DebugConfig.getSocketAppId());
|
||||
// }
|
||||
}
|
||||
|
||||
private void registerMogoReceiver(Context context) {
|
||||
|
||||
Reference in New Issue
Block a user