增加联想Pad鹰眼渠道
This commit is contained in:
@@ -79,6 +79,11 @@ public class DebugConfig {
|
||||
*/
|
||||
public static final int CAR_MACHINE_TYPE_BYD = 1;
|
||||
|
||||
/**
|
||||
* 联想PAD
|
||||
*/
|
||||
public static final int CAR_MACHINE_TYPE_LENOVO = 2;
|
||||
|
||||
private static int sCarMachineType = CAR_MACHINE_TYPE_SELF_INNOVATE;
|
||||
|
||||
/**
|
||||
@@ -471,10 +476,10 @@ public class DebugConfig {
|
||||
return result;
|
||||
}
|
||||
|
||||
public synchronized static String getStatusData(int type){
|
||||
if(type > 4){
|
||||
public synchronized static String getStatusData(int type) {
|
||||
if (type > 4) {
|
||||
return sStatus[type].toString();
|
||||
}else{
|
||||
} else {
|
||||
return "0";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user