Skip to content

Version 9.7.0

Compare
Choose a tag to compare
@msft-cofitz msft-cofitz released this 19 Jun 13:24
· 14 commits to master since this release

What’s New

  • Add MAMTrustedRootCertsManager and MAMCertTrustWebViewClient APIs for trusted root certificates support.
  • Fix SecurityException in isolated processes on devices with API 27 or under.
  • Remove no-longer-necessary ProGuard rules targeting the legacy Android
    Support Libraries. SDK support for these was removed in 8.0.0.
  • Fix configuration cache and incremental build issues with new build plugin.
    The new plugin is now fully supported for AGP 8.
  • Fix handling of int, float, and short in MAMAppConfig when
    returning config from Android Enterprise (rather than Managed App - App Config)
  • Deprecate ADALConnectionDetails and remove obsolete meta-data authentication configurations.
  • Preview build plugin is now part of the main artifact.
    Apply com.microsoft.intune.mam-preview to use the new behavior with
    Android Gradle Plugin 7.4. The preview plugin is applied automatically
    for AGP 8.
  • Add missing hooks for onActivityDestroyed in ActivityLifecycleCallbacks.