capacitor-plugins
capacitor-plugins copied to clipboard
Fix Android Camera crash when opening photo gallery with limit
Prevents a crash where if the user specifies a limit to pickImages that is above the system's maximum limit. Currently supplying a limit value of, say, 10,000 will result in crash with the following exception:
Max items must be less or equals MediaStore.getPickImagesMaxLimit()
This change makes the check as suggested in the error.