增加联系人操作,优化无状态获取绑定的信息

This commit is contained in:
2025-09-29 10:36:37 +08:00
parent 6a55ac47e3
commit 8c8af32a93
5 changed files with 125 additions and 45 deletions

View File

@@ -12,4 +12,10 @@ public class PushIdConfig {
public static final String CLEAR_APP = "12";
/*卸载应用*/
public static final String UNINSTALL_APP = "13";
public static final String CONTACT_CALL = "14";
public static final String CONTACT_AUDIO = "15";
public static final String CONTACT_VIDEO = "16";
public static final String CONTACT_DELETE = "17";
}