My Android game (Super Space Slayer 2) has a feature that lets you use a picture of yourself as your portrait in the game. It's worked for years, but recently I updated the Android API to 28 (it's obligatory to update). Now, every time you try to use the camera the game crashes as though the camera permission was not active.
The checkbox for the 'CAMERA' permission in the project is ticked, and the permissions listed on the game's install on my Android phone are 'Camera and Storage', so the the camera should work as it always has.
The crash simply says 'Super Space Slayer 2 has stopped'.
Any advice about why this is happening?
EDIT: I've tried creating a simple, blank app that opens the camera when you touch the screen with the camera permission active, and it DOES work. It's just the camera in my full game that isn't working.