Bad notification for startForeground
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.O) { //修改安卓8.1以上系统报错 NotificationChannel notificationChannel = new NotificationChannel( /...