Skip to content

Instantly share code, notes, and snippets.

@marqzosvaldo
Created December 13, 2019 04:34
Show Gist options
  • Save marqzosvaldo/f1e98eaa119fd41aa33670522374ff51 to your computer and use it in GitHub Desktop.
Save marqzosvaldo/f1e98eaa119fd41aa33670522374ff51 to your computer and use it in GitHub Desktop.
MainActivity.cs
this.RequestPermissions(new[]
{
Manifest.Permission.AccessCoarseLocation,
Manifest.Permission.BluetoothPrivileged
}, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment