thiszhong / react-native-easy-downloader

A downloadManager for react-native to use system downloadManager(Show download progress in notifications) and install apk files on android
13 stars 5 forks source link

新版本Android,文件权限变动,安装时需要处理 #4

Open thiszhong opened 5 years ago

thiszhong commented 5 years ago

暂定使用 FileProvider 处理

thiszhong commented 5 years ago

v0.1.0 published. Has run on RedMi 4A (6.0) and Mi6 (8.0). In addition, added some error catch, then we can use RN.Linking as a backup plan. Well, other phone models should be tested.