How to request several permissions on Android? 2018.3

I’m trying to request all necessary permissions on launch, but only first one is being actually requested:
Permission.RequestUserPermission(Permission.CoarseLocation);
Permission.RequestUserPermission(“android.permission.READ_PHONE_STATE”);
How should I handle it?
Also everything worked fine until 2018.3, unity asked for this permissions itself, but now it doesn’t work and it is looks like bug too.

did you try to add them manually to androidmanifest?

Yes, they are in my manifest