Commit 3bf22e375776ff3aa4ebc16a5d0b1748c3dc4e71
1 parent
eae50037
1 去除开启通知权限提示文字
Showing
2 changed files
with
1 additions
and
2 deletions
config.gradle
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 |