This commit is contained in:
张玉久
2022-05-23 11:33:38 +08:00
parent 7f68763047
commit ec9797e932
174 changed files with 343 additions and 253 deletions

View File

@ -86,13 +86,7 @@ public class Config {
return false;
}
public static String getExceptionMsg() {
return getPreferences().getString("errMsg", null);
}
public static void setExceptionMsg(String errMsg) {
SPUtils.setString(getPreferences(), "errMsg", errMsg); //先用apply(),保存不了再用commit() 9.0机型保存不了信息
}
public static boolean isShowDownload(String gameId) {