Skip to content

Commit a364c85

Browse files
committed
用反射替換SystemProperties
1 parent 2d015cc commit a364c85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • printlibrary/src/main/java/com/sunmi/peripheral/printer

printlibrary/src/main/java/com/sunmi/peripheral/printer/Utils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static String getPlaform() {
7979
return getSystemProperties("ro.board.platform");
8080
}
8181

82+
8283
public static String getSystemProperties(String property) {
8384
String value = "";
8485
try {

0 commit comments

Comments
 (0)