Skip to content

Conversation

@meghandaly
Copy link

Changes to ensure the sample is a fully supported Android MAM app.

Downgrades to the supported versions for the Intune Android MAM implementation:

  • Android OS Version: 9.0
  • Xamarin.Forms Version: "4.4.0.991864"

Adds the required Remapper NuGet package and performs the base class replacement code changes.

This will require the testing that was performed originally for this app to be done again.

LoadApplication(new App());
}
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Android.Content.PM.Permission[] grantResults)
public override void OnRequestPermissionsResult(int requestCode, string[] permissions, [GeneratedEnum] Permission[] grantResults)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method does not seem to do anything but to call the base class. Is it worth overriding it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants