opt
This commit is contained in:
@@ -65,19 +65,6 @@ public class ShareConstants {
|
||||
public static final String UNWAKE_UPLOAD_ROAD_ICY = "command_upload_road_icy";
|
||||
public static final String UNWAKE_UPLOAD_DENSE_FOG = "command_upload_dense_fog";
|
||||
public static final String UNWAKE_UPLOAD_ROAD_CONSTRUCTION = "command_upload_road_construction";
|
||||
|
||||
public static final String[] CMD_UPLOAD_BLOCK = {"上报拥堵"};
|
||||
public static final String[] CMD_TRAFFIC_CHECK = {"上报交通检查"};
|
||||
public static final String[] CMD_ROAD_CLOSURE = {"上报封路"};
|
||||
public static final String[] CMD_UPLOAD_ACCIDENT = {"上报事故", "上报交通事故"};
|
||||
public static final String[] UPLOAD_REAL_TIME_TRAFFIC = {"上报实时路况", "上报路况"};
|
||||
public static final String[] UPLOAD_SEEK_HELP = {"故障求助", "发起故障求助"};
|
||||
public static final String[] UPLOAD_STAGNANT_WATER = {"上报积水"};
|
||||
public static final String[] UPLOAD_ROAD_ICY = {"上报积冰", "上报道路积冰", "上报结冰", "上报道路结冰"};
|
||||
public static final String[] UPLOAD_DENSE_FOG = {"上报大雾", "上报浓雾"};
|
||||
public static final String[] UPLOAD_ROAD_CONSTRUCTION = {"上报施工", "上报道路施工"};
|
||||
|
||||
public static final String[] CMD_CANCEL_SHARE = {"取消分享"};
|
||||
public static final String UNWAKE_CANCEL_SHARE = "com.zhidao.launcher.cancle.share";
|
||||
|
||||
/**
|
||||
@@ -151,7 +138,6 @@ public class ShareConstants {
|
||||
public static final String TANLU_ROAD_CLOSURE_COMPAT = "10003"; //封路,适配语音不做数值转换
|
||||
public static final String TANLU_ROAD_CURRENT = "10015"; //实时路况
|
||||
|
||||
|
||||
// 道路事件名称,用于语音识别区分道路事件
|
||||
public static final String TYPE_NAME_BLOCK = "拥堵";
|
||||
public static final String TYPE_NAME_TRAFFIC_CHECK = "交通检查";
|
||||
@@ -163,7 +149,6 @@ public class ShareConstants {
|
||||
public static final String TYPE_NAME_DENSE_FOG = "雾";
|
||||
public static final String TYPE_NAME_ROAD_CONSTRUCTION = "施工";
|
||||
|
||||
|
||||
// 同行者 xx堵不堵 唤醒
|
||||
public static final String TXZ_SPECIFIEDROAD_SEARCH = "com.zhidao.roadcondition.roadinfo";
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ import com.mogo.module.share.manager.UploadHelper
|
||||
import com.mogo.service.IMogoServiceApis
|
||||
import com.mogo.service.MogoServicePaths
|
||||
import com.mogo.service.analytics.IMogoAnalytics
|
||||
import com.mogo.service.statusmanager.IMogoStatusManager
|
||||
import com.mogo.service.share.IMogoTanluProvider
|
||||
import com.mogo.service.share.TanluUploadParams
|
||||
import com.mogo.service.statusmanager.IMogoStatusManager
|
||||
import com.mogo.utils.logger.Logger
|
||||
import kotlin.random.Random
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package com.mogo.module.share.manager
|
||||
|
||||
import android.content.Context
|
||||
import android.util.Log
|
||||
import com.alibaba.android.arouter.launcher.ARouter
|
||||
import com.mogo.service.IMogoServiceApis
|
||||
import com.mogo.service.MogoServicePaths
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
<string name="voice_get_informations_tts">为您找到%s条路况信息</string>
|
||||
<string name="tanlu_share_success">已分享成功,你分享的内容将帮助%s位车友</string>
|
||||
<string name="tanlu_share_failed">上传失败</string>
|
||||
<string name="tanlu_upload_roadcondition">上报路况</string>
|
||||
|
||||
<string name="tanlu_cancle_time">取消(%s)</string>
|
||||
<string name="tanlu_neterror_cancle_time">好的(%s)</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user