Android 10: Permissoins appear initially denied

In the app I’m working on, but also even in a fresh install of a basic test app, all permissions appear actively denied to start with on Android 10 and therefore can’t be requested from the user. This is not the case on Android 9, where they appear not requested yet.

I have the permissions entries in my manifest xml but is there something else I need to do? Target and compile SDK versions are set to 29, trying 28 didn’t have any effect.