Commit 3bf22e375776ff3aa4ebc16a5d0b1748c3dc4e71

Authored by 杨帅
1 parent eae50037

1 去除开启通知权限提示文字

config.gradle
@@ -21,7 +21,7 @@ ext { @@ -21,7 +21,7 @@ ext {
21 //编译方式 21 //编译方式
22 debug : false, 22 debug : false,
23 //版本号 23 //版本号
24 - version: "0.6.2", 24 + version: "0.6.3",
25 //Lib库前缀 25 //Lib库前缀
26 packeg : "com.cnlive.module", 26 packeg : "com.cnlive.module",
27 //Lib库名称 27 //Lib库名称
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/NotificationUtil.java
@@ -23,7 +23,6 @@ public class NotificationUtil { @@ -23,7 +23,6 @@ public class NotificationUtil {
23 if (!isOpen) { 23 if (!isOpen) {
24 goToSettingNo(activity); 24 goToSettingNo(activity);
25 } 25 }
26 - AlertUtil.showDeftToast(activity,"通知权限未打开,请选择允许通知");  
27 return isOpen; 26 return isOpen;
28 } 27 }
29 28