version:1.3.4
fix:修复闪退 update:优化联系人添加
This commit is contained in:
@@ -45,6 +45,9 @@ public class CommonConfig {
|
||||
|
||||
public static final String VIDEO_INFO_BUNDLE = "video_bundle_info";
|
||||
|
||||
/*添加联系人本地缓存*/
|
||||
public static final String CONTACT_LOCAL_CACHE_KEY = "contact_local_cache";
|
||||
|
||||
/*是否手动选择位置地址*/
|
||||
public static final String MANUALLY_SELECT_LOCATION_KEY = "map_manually_select_location";
|
||||
/*手动选择位置地址*/
|
||||
@@ -75,6 +78,7 @@ public class CommonConfig {
|
||||
public static final String EMERGENCY_CONTACT_LIST_KEY = "emergency_contact_phone_list";
|
||||
public static final String EMERGENCY_CONTACT_KEY = "emergency_contact_phone";
|
||||
public static final String FAMILY_ADDRESS_KEY = "Family_Address";
|
||||
public static final String DEFAULT_PHONE_NUMBER_KEY = "default_selected_phone_number";
|
||||
|
||||
/*拨号提示音*/
|
||||
public static final String DISABLE_DIAL_TONE_MODIFY = "disable_dial_modify_key";
|
||||
@@ -93,6 +97,8 @@ public class CommonConfig {
|
||||
public static final String DISABLE_CONTACT_MODIFY = "disable_contact_modify_key";
|
||||
/*禁用闹钟修改*/
|
||||
public static final String DISABLE_CLOCK_MODIFY = "disable_clock_modify_key";
|
||||
/*联系人首屏*/
|
||||
public static final String CONTACT_HOME_KEY = "contact_home_control";
|
||||
|
||||
|
||||
/*后台设置的*/
|
||||
|
||||
Reference in New Issue
Block a user