diff --git a/BuildTool/lib/com.microsoft.intune.mam.build.cli.jar b/BuildTool/lib/com.microsoft.intune.mam.build.cli.jar index b9571b1..b092b55 100644 Binary files a/BuildTool/lib/com.microsoft.intune.mam.build.cli.jar and b/BuildTool/lib/com.microsoft.intune.mam.build.cli.jar differ diff --git a/BuildTool/lib/com.microsoft.intune.mam.build.core.jar b/BuildTool/lib/com.microsoft.intune.mam.build.core.jar index ad77ea5..8dae98b 100644 Binary files a/BuildTool/lib/com.microsoft.intune.mam.build.core.jar and b/BuildTool/lib/com.microsoft.intune.mam.build.core.jar differ diff --git a/BuildTool/lib/com.microsoft.intune.mam.rewrite.jar b/BuildTool/lib/com.microsoft.intune.mam.rewrite.jar index 09f9be2..e62be77 100644 Binary files a/BuildTool/lib/com.microsoft.intune.mam.rewrite.jar and b/BuildTool/lib/com.microsoft.intune.mam.rewrite.jar differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9a8ac..356859a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ -Version 10.2.1 +Version 10.3.1 +-------------- +* Track managed dialog requirement per identity. +* Track wipe requirement for PIN retries exceeded per identity. +* `MAMUserInfo` `getPrimaryUser` and `getPrimaryUserOID` methods will + throw `UnsupportedOperationException` if called when multiple + managed identities is enabled. This is a forward-looking change -- multiple + managed identities is not yet supported in production. + +Version 10.3.0 ------------- +* Fixed issue with dynamic feature modules not mamifying properly. +* Remove usage of deprecated GET_UNINSTALLED_PACKAGES flag from `MAMComponents`. * Ensure that app always connects to Company Portal if App Config policy is in use. Version 10.2.0 diff --git a/GradlePlugin/com.microsoft.intune.mam.build.jar b/GradlePlugin/com.microsoft.intune.mam.build.jar index a4e78ca..24e4ea9 100644 Binary files a/GradlePlugin/com.microsoft.intune.mam.build.jar and b/GradlePlugin/com.microsoft.intune.mam.build.jar differ diff --git a/Microsoft.Intune.MAM.SDK-javadoc.jar b/Microsoft.Intune.MAM.SDK-javadoc.jar index 8dda634..3f46108 100644 Binary files a/Microsoft.Intune.MAM.SDK-javadoc.jar and b/Microsoft.Intune.MAM.SDK-javadoc.jar differ diff --git a/Microsoft.Intune.MAM.SDK.aar b/Microsoft.Intune.MAM.SDK.aar index 544c9c5..ab865d1 100644 Binary files a/Microsoft.Intune.MAM.SDK.aar and b/Microsoft.Intune.MAM.SDK.aar differ diff --git a/README.md b/README.md index b78ea6c..f395b79 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Microsoft Intune App SDK for Android -Version [10.2.1](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases) +Version [10.3.1](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases) See [release notes](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases) for more information. GitHub users can receive email notifications for new releases to this repo by clicking on **Releases only** from the "Watch" drop-down menu in the upper right-hand corner. diff --git a/docs/reference/com/microsoft/intune/mam/policy/MAMUserInfo.html b/docs/reference/com/microsoft/intune/mam/policy/MAMUserInfo.html index 05470d5..dc17e06 100644 --- a/docs/reference/com/microsoft/intune/mam/policy/MAMUserInfo.html +++ b/docs/reference/com/microsoft/intune/mam/policy/MAMUserInfo.html @@ -369,6 +369,8 @@
Use of this method is discouraged for all apps. Prefer using MAMPolicyManager's getIsIdentityManaged/getIsIdentityOIDManaged. + If you have scenarios for which this is insufficient, please contact the MAM team. + This method will throw an UnsupportedOperationException if called when multiple managed identities is enabled.
Use of this method is discouraged for all apps. Prefer using MAMPolicyManager's getIsIdentityOIDManaged. + If you have scenarios for which this is insufficient, please contact the MAM team. + This method will throw an UnsupportedOperationException if called when multiple managed identities is enabled.