feat: 增加联系人增删改查

This commit is contained in:
2026-05-19 11:40:50 +08:00
parent da83e852e0
commit c878c307b3
1129 changed files with 10342 additions and 2682 deletions

View File

@@ -19,12 +19,17 @@ public class CommonConfig {
public static final String WECHAT_AUTO_ACCEPT_CALL= "wechat_auto_accept_call_key";
public static final String WECHAT_AUTO_HNADS_FREE= "wechat_auto_hands_free_key";
/*是否手动选择地址*/
public static final String MANUALLY_SELECT_LOCATION = "manually_select_location_key";
public static final boolean MANUALLY_SELECT_LOCATION_DEFAULT_VALUE = false;
/*是否手动选择地址*/
public static final String MANUALLY_LOCATION_ID = "manually_location_id_key";
/*地址改变时发送*/
public static final String LOCATION_CHANGED_KEY = "map_location_changed";
public static final String LOCATION_ID_CHANGED_KEY = "map_Location_ID_changed";
/*当前定位地址*/
public static final String CURRENT_LOCATION_MAP_ADDRESS_KEY = "current_map_location_map_address";
public static final String CURRENT_LOCATION_MAP_LOCATION_DESCRIBE_KEY = "current_map_location_map_location_describe";