Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Sample for Intune with Android MAM Corrections#192

Open
meghandaly wants to merge 9 commits into
Azure-Samples:mainfrom
meghandaly:medaly/with-intune-android
Open

Sample for Intune with Android MAM Corrections#192
meghandaly wants to merge 9 commits into
Azure-Samples:mainfrom
meghandaly:medaly/with-intune-android

Conversation

@meghandaly

Copy link
Copy Markdown

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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants