cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

'CanMakePhoneCall' is returning true for Nexus 7/10 devices #51

Closed mohan636143 closed 7 years ago

mohan636143 commented 7 years ago

Nexus 7/10 Tablet doesn,t support calling . But still the check returns true

Julien-Mialon commented 7 years ago

Got the same issue, seems to be relative to the fact that the check on CanMakePhoneCall is on the Dial intent but without parameter. A check on the intent with a Uri "tel:0000000000" (with a fake number) seems to work.