| | |
| | | import android.net.Uri; |
| | | import android.os.AsyncTask; |
| | | import android.os.Build; |
| | | import android.support.v4.content.FileProvider; |
| | | import android.util.Log; |
| | | |
| | | import com.weikou.beibeivideo.BuildConfig; |
| | | import com.weikou.beibeivideo.entity.AdType; |
| | | import com.weikou.beibeivideo.service.DownLoadFileService; |
| | | import com.yeshi.buwanshequ.BuildConfig; |
| | | |
| | | import org.greenrobot.eventbus.EventBus; |
| | | |
| | | import java.io.File; |
| | | |
| | | import de.greenrobot.event.EventBus; |
| | | import androidx.core.content.FileProvider; |
| | | |
| | | /** |
| | | * @author weikou2015 下载工具类 |