DaedalusDev commented on issue #826:
URL:
https://github.com/apache/cordova-plugin-camera/issues/826#issuecomment-1609389523
@cyril23 Here a fork inspired from the work of @jalios. Work perfectly on
Android 13, 7 and 8 :tada:
I've only change that rows to match original code :
```diff
- boolean saveAlbumPermission;
- if (this.saveToPhotoAlbum) {
- saveAlbumPermission = hasPermissions(storagePermissions);
- } else {
- saveAlbumPermission = true;
- }
+ boolean saveAlbumPermission = hasPermissions(storagePermissions);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]