Skip to content

Commit

Permalink
SDK 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-cofitz committed Sep 9, 2022
1 parent 01aff5f commit 1dea224
Show file tree
Hide file tree
Showing 41 changed files with 8,458 additions and 2,608 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.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 9.0.0
-------------
* Support for API 33 targeting.
* Add build plugin support for missing PackageManager method
`getPackageInfo(VersionedPackage versionedPackage, int flags)`
* The Build Tool CLI now supports accepting a plain-text file for the input
and output parameters.
* Include API 33 Photo Picker tool in the `PHOTO_LIBRARY` location
of `getIsOpenFromLocationAllowed` and `getIsSaveToLocationAllowed` SDK methods.
* The build plugin will now replace instantiation of `CloudMediaProvider` with
`MAMCloudMediaProvider`.
* Support predictive back gestures in MAM-owned activities.

Version 8.6.3
-------------
* Minor logging improvements to Gradle plugin.
* Add version check to Gradle plugin to prevent mamification when using
Android Gradle Plugin 7.2.0/7.2.1 due to
https://issuetracker.google.com/issues/232438924. Use AGP 7.1.3 and below or
7.2.2 and above.

Version 8.6.2
-------------
* Update documentation for SaveLocation.LOCAL.

Version 8.6.1
-------------
* The MAM SDK will attempt to validate tokens returned from the app's
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.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# Microsoft Intune App SDK for Android
Version [8.6.1](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases)
# Microsoft Intune App SDK for Android

See [release notes](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases) for more information. GitHub users can recieve 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.
Version [9.0.0](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.

The Microsoft Intune App SDK for Android enables data protection features and mobile app management via Microsoft Intune.

Before you install and use Microsoft Intune App SDK for Android you **must**:

* Review the [Microsoft License Terms Intune App SDK for Android](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/blob/master/Microsoft%20License%20Terms%20Intune%20App%20SDK%20for%20Android.pdf) license terms. Print and retain a copy of the license terms for your records. By downloading and using Intune App SDK for Android, you agree to such license terms. If you do not accept them, do not use the software.
* Review the [Microsoft Intune Privacy Statement](https://docs.microsoft.com/legal/intune/microsoft-intune-privacy-statement) for information on the privacy policy of the Intune App SDK for Android.

See the updated [Gradle plugin instructions](https://docs.microsoft.com/en-us/intune/developer/app-sdk-android#gradle-build-plugin
) and the rest of the [Intune App SDK for Android Developer Guide](https://docs.microsoft.com/intune/develop/intune-app-sdk-android) on how to integrate the SDK into your Android app.

# Releases for the Microsoft Intune App SDK for Android
## Releases for the Microsoft Intune App SDK for Android

The Microsoft Intune App SDK for Android releases are less frequent than for the Microsoft Intune App SDK for iOS offering because a larger percentage of the new functionality is enabled through the Company Portal mobile application rather than the SDK integration.

For more information on the Company Portal app requirements for data protection features and mobile app management on Android, see [Requirements](https://docs.microsoft.com/en-us/intune/app-sdk-android#requirements).
For more information on the Company Portal app requirements for data protection features and mobile app management on Android, see [Requirements](https://docs.microsoft.com/en-us/intune/app-sdk-android#requirements).

## Microsoft Intune App SDK for Android Sample App

# Microsoft Intune App SDK for Android Sample App
See [Taskr-Sample-Intune-Android-App](https://github.com/msintuneappsdk/Taskr-Sample-Intune-Android-App) for a sample application that integrates the Intune App SDK for Android.
2 changes: 1 addition & 1 deletion docs/assets/navtree_data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1dea224

Please sign in to comment.