version:1.0.9
update: bugfixes:修复微信无法自动接听,修复闹钟闪退
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user