Skip to content

Commit

Permalink
10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihughesms committed Jun 28, 2024
1 parent 5d4c774 commit ed755ba
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 4 deletions.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.build.cli.jar
Binary file not shown.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.build.core.jar
Binary file not shown.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.rewrite.jar
Binary file not shown.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified GradlePlugin/com.microsoft.intune.mam.build.jar
Binary file not shown.
Binary file modified Microsoft.Intune.MAM.SDK-javadoc.jar
Binary file not shown.
Binary file modified Microsoft.Intune.MAM.SDK.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
12 changes: 10 additions & 2 deletions docs/reference/com/microsoft/intune/mam/policy/MAMUserInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ <h2>Summary</h2>
<td class="jd-linkcol" width="100%">
<span class="sympad"><a href="../../../../../com/microsoft/intune/mam/policy/MAMUserInfo.html#getPrimaryUser()">getPrimaryUser</a></span>()

<div class="jd-descrdiv">Use of this method is discouraged for all apps.</div>

</td></tr>


Expand All @@ -385,6 +387,8 @@ <h2>Summary</h2>
<td class="jd-linkcol" width="100%">
<span class="sympad"><a href="../../../../../com/microsoft/intune/mam/policy/MAMUserInfo.html#getPrimaryUserOID()">getPrimaryUserOID</a></span>()

<div class="jd-descrdiv">Use of this method is discouraged for all apps.</div>

</td></tr>


Expand Down Expand Up @@ -461,7 +465,9 @@ <h4 class="jd-details-title">
</div>
<div class="jd-details-descr">

<div class="jd-tagdata jd-tagdescr"><p></p></div>
<div class="jd-tagdata jd-tagdescr"><p>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.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>the primary user's UPN (managed user) or null if there is no managed user.
Expand Down Expand Up @@ -497,7 +503,9 @@ <h4 class="jd-details-title">
</div>
<div class="jd-details-descr">

<div class="jd-tagdata jd-tagdescr"><p></p></div>
<div class="jd-tagdata jd-tagdescr"><p>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.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Returns</h5>
<ul class="nolist"><li>the primary user's AAD OID or null if there is no managed user.
Expand Down
Binary file modified libs/Microsoft.Intune.MAM.SDK.DownlevelStubs.aar
Binary file not shown.

0 comments on commit ed755ba

Please sign in to comment.