|
|
|
@ -792,7 +792,7 @@ public class SimUtil {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private static String queryConfigFile(Context context, String content) {
|
|
|
|
|
String result = "";
|
|
|
|
|
String result = "ERR";
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
String[] parts = TextUtils.split(content.substring(SmsTypeEnum.UPD_CFG_FILE.value().length()), "(\\s|,|,)");
|
|
|
|
|