Messaging Plugin for Xamarin 4 Alpha2
25 Mar 2017I’ve just published another alpha build of the next major version of the Messaging Plugin to NuGet.
New features/changes in this build are Android related and include:
- Android: Add new
CrossMessaging.Current.Settings().Email.UseStrictModeflag (default valuefalse) to filter list of apps to only email apps and not other text messaging or social apps. This replaces theEmailMessageBuilder.UseStrictModeadded in the first alpha. - Android: Add new
CrossMessaging.Current.Settings().Phone.AutoDialflag (default valuefalse) to automatically phone the number instead of only showing the phone dialer with the number populated. Please note using this settings requires theandroid.permission.CALL_PHONEadded to the manifest file.



Comments