Commit a4ba63a7784cda2f2bf007d9fee406c339a2af0f
1 parent
ec9c6c5d
Exists in
yxb_dev
and in
2 other branches
no message
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
.idea/misc.xml
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | </value> | 24 | </value> |
25 | </option> | 25 | </option> |
26 | </component> | 26 | </component> |
27 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | 27 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
28 | <output url="file://$PROJECT_DIR$/build/classes" /> | 28 | <output url="file://$PROJECT_DIR$/build/classes" /> |
29 | </component> | 29 | </component> |
30 | <component name="ProjectType"> | 30 | <component name="ProjectType"> |
app/src/main/java/com/shunzhi/parent/AppConfig.java
@@ -22,8 +22,8 @@ public class AppConfig { | @@ -22,8 +22,8 @@ public class AppConfig { | ||
22 | public static String USER_SEX = "user_sex"; | 22 | public static String USER_SEX = "user_sex"; |
23 | public static String USER_IMAGE = "user_image"; | 23 | public static String USER_IMAGE = "user_image"; |
24 | public static String PARENT_ID = "parent_id"; | 24 | public static String PARENT_ID = "parent_id"; |
25 | - public static String NIM_CONFIG_VIBRATE = "nim_config_vibrate"; | ||
26 | - public static String NIM_CONFIG_SOUND = "nim_config_sound"; | 25 | + public static String NIM_CONFIG_VIBRATE = "nim_config_vibrate";//收到通知震动 |
26 | + public static String NIM_CONFIG_SOUND = "nim_config_sound";//收到通知响铃 | ||
27 | 27 | ||
28 | 28 | ||
29 | public static boolean ISLOGIN = false; | 29 | public static boolean ISLOGIN = false; |