Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created October 31, 2018 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/175fc59fe751fafd2eac099ea4610751 to your computer and use it in GitHub Desktop.
Save juucustodio/175fc59fe751fafd2eac099ea4610751 to your computer and use it in GitHub Desktop.
Example how your Xamarin.Forms application get the IMEI code from device - http://julianocustodio.com/imei
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, Permission[] grantResults)
{
base.OnRequestPermissionsResult(requestCode, permissions, grantResults);
PermissionsImplementation.Current.OnRequestPermissionsResult(requestCode, permissions, grantResults);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment