Commit 3bf22e375776ff3aa4ebc16a5d0b1748c3dc4e71

Authored by 杨帅
1 parent eae50037

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

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