See the "Phone Numbers" section here
This document outlines significant changes to permissions in Android 11, including the introduction of one-time permissions, auto-reset for unused apps, modifications to permission dialog visibility, updates to the SYSTEM_ALERT_WINDOW permission, and a new READ_PHONE_NUMBERS permission.
You now need the READ_PHONE_NUMBERS permission, instead of the READ_PHONE_STATE permission.
I haven't tried this for this particular new permission but the request permission string is
"android.permission.READ_PHONE_NUMBERS"
and you need to add to the manifest
AddPermission(android.permission.READ_PHONE_NUMBERS)