version:1.0.9

update:
bugfixes:修复微信无法自动接听,修复闹钟闪退
This commit is contained in:
2024-08-06 09:19:37 +08:00
parent 1347b7c6dc
commit 9f8057cd33
21 changed files with 334 additions and 151 deletions

View File

@@ -22,6 +22,10 @@ public class Contact implements Serializable {
}
public Contact(String name) {
this.name = name;
}
public Contact(String name, String mobile, boolean sim) {
this.name = name;
this.mobile = mobile;