Open
Description
Current behavior
Using PhoneCallManager.ShowPhoneCallUI("123456789", "UnoApp142");
throws a SecurityException
when calling on an Android device with API 31+
We should be handling the new suggested method in the android docs from API 31 and above. This new method may require a permissions check for READ_PHONE_STATE and possibly others, as defined in the Android docs
Expected behavior
It should behave like older Android versions:

Activity