I'm very new to Xamarin and android development, I have developed simple widget which used in my company but I need to limit the app:
If there is email account on android device which have "@xyz.com" extension the app will work.
If there is no email with "@xyz.com" extension the app will display error message.
My question is how its possible to search all accounts in android device and detect the "@xyz.com" extension. If someone have example or piece of code it will be very helpful.
The closest example that I've found is:
But I didn't managed to convert it to Xamarin.
Thanks a lot,
David