Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample for Intune with Android MAM Corrections #192

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

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