Loading packages/PrintSpooler/src/com/android/printspooler/model/PrintSpoolerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1295,7 +1295,7 @@ public final class PrintSpoolerService extends Service { if (TYPE_STRING.equals(type)) { advancedOptions.putString(key, value); } else if (TYPE_INT.equals(type)) { advancedOptions.putInt(key, Integer.valueOf(value)); advancedOptions.putInt(key, Integer.parseInt(value)); } parser.next(); skipEmptyTextTags(parser); Loading Loading
packages/PrintSpooler/src/com/android/printspooler/model/PrintSpoolerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1295,7 +1295,7 @@ public final class PrintSpoolerService extends Service { if (TYPE_STRING.equals(type)) { advancedOptions.putString(key, value); } else if (TYPE_INT.equals(type)) { advancedOptions.putInt(key, Integer.valueOf(value)); advancedOptions.putInt(key, Integer.parseInt(value)); } parser.next(); skipEmptyTextTags(parser); Loading