Bernard Davison

Results 4 comments of Bernard Davison

Perhaps this might be an appropriate time to review your build and verification process before packages are released. it sure sounds like there isn’t any verification process before release. Also...

I found I had to add the FOREGROUND_SERVER permission. Either to the AndroidManifest.xml `` of to a source file (Often AssemblyInfo.cs or MainActivity.cs) outside the namespace declaration `[assembly: UsesPermission(Android.Manifest.Permission.ForegroundService)]` The...

These errors are fixed in [Pull Request #346](https://github.com/xamarin/monodroid-samples/pull/346)

This pull request contains fixes for [issue 325](https://github.com/xamarin/monodroid-samples/issues/325).