Skip to content

CanMakePhoneCall always false on Android 11 #119

@NinoStella

Description

@NinoStella

Bug Information

Version Number of Plugin:
5.2.0

Device Tested On:

Simulator Tested On:
Pixel 2 R 11.0 API 30

Version of VS:
2019

Version of Xamarin:
5.0.0.2196

Versions of other things you are using:

Steps to reproduce the Behavior

Check value of CrossMessaging.Current.PhoneDialer.CanMakePhoneCall

Expected Behavior

Value shoud be true

Actual Behavior

value is false

Code snippet

   var phoneDialer = CrossMessaging.Current.PhoneDialer;
            if (phoneDialer.CanMakePhoneCall)
                phoneDialer.MakePhoneCall(number);

Screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions