JamieYee
JamieYee
I added it in line 455 according to your latest code.
now there is no problem. I only modified the version below Android 10. It’s just that the timestamp needs to be used when saving. If the original name is used...
The automatic renaming function (for example, video (1).mp4) is implemented in Android 11 and above. In earlier versions, if you repeat cr.insert in the insertUri method, an exception will be...
I have not been able to find any official documentation. I found the solution on stackoverflow. [ContentResolver.insert always returning null](https://stackoverflow.com/questions/22419867/contentresolver-insert-always-returning-null) add the following comment to the code. Is it OK?...
> > add the following comment to the code. Is it OK? > > How about: > > ``` > Using a duplicate filename that already exists on the device...
@jiusanzhou Looking forward to the release of the new version
mac mini docker volume create aliyundrive-subscribe docker run -d --restart=unless-stopped -v aliyundrive-subscribe:/app/conf/ -p 8002:8002 -e PUID=0 -e PGID=0 -e UMASK=022 --name="aliyundrive-subscribe" looby/aliyundrive-subscribe:latest @gehene