|
|
|
@ -777,7 +777,7 @@ public class MicroPhotoService extends Service {
|
|
|
|
|
|
|
|
|
|
public String getSystemInfo() {
|
|
|
|
|
|
|
|
|
|
boolean isXyPlatform = !mModelName.startsWith("ELE-");
|
|
|
|
|
boolean isXyPlatform = mModelName.startsWith("tb8788");
|
|
|
|
|
|
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
|
|
|
|
|
|