Skip to content

Commit c44fd5b

Browse files
committed
Android version info
Added include file with Android version info to the ACP articles
1 parent 03dbca3 commit c44fd5b

4 files changed

Lines changed: 22 additions & 15 deletions

File tree

memdocs/intune/apps/app-configuration-policies-managed-app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ The Intune App Software Development Kit (SDK) supports app configuration deliver
3737

3838
To support app configuration through the MAM channel, the app must be integrated with [Intune App SDK](../developer/app-sdk.md). Line-of-business apps can either integrate the Intune App SDK or use the [Intune App Wrapping Tool](../developer/apps-prepare-mobile-application-management.md). For a comparison between the Intune App SDK and the Intune App Wrapping Tool, see [Prepare line-of-business apps for app protection policies](../developer/apps-prepare-mobile-application-management.md#feature-comparison).
3939

40-
By using the MAM channel, apps can receive app configuration policies regardless of the device enrollment state. For information on which apps support app configuration, see [Microsoft Intune protected apps](apps-supported-intune-apps.md). Documentation from the app vendor should be reviewed to see what configurations are available and how the configurations influence the behavior of the app.
40+
By using the MAM channel, apps can receive app configuration policies regardless of the device enrollment state. For information on which apps support app configuration through the MAM channel, see [Microsoft Intune protected apps](apps-supported-intune-apps.md). Documentation from the app vendor should be reviewed to see what configurations are available and how the configurations influence the behavior of the app.
4141

4242
For more information, see [App configuration policies for Microsoft Intune](app-configuration-policies-overview.md).
4343

44+
[!INCLUDE [android-supported-os](../includes/android-supported-os.md)]
45+
4446
## Add a Managed apps app configuration policy
4547

46-
Use the following steps to create a Managed Apps app configuration policy. After the configuration is created, you can assign its settings to groups of users.
48+
Use the following steps to create a Managed apps app configuration policy. After the configuration is created, you can assign its settings to groups of users.
4749

4850
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
4951
2. Choose the **Apps** > **App configuration policies** > **Add** > **Managed apps**.

memdocs/intune/apps/app-configuration-policies-overview.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Erikre
99
ms.author: erikre
1010
manager: dougeby
11-
ms.date: 01/28/2022
11+
ms.date: 02/01/2022
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: apps
@@ -61,7 +61,7 @@ You can assign an app configuration policy to a group of end-users and devices b
6161

6262
App configuration can be delivered either through the mobile device management (MDM) OS channel on enrolled devices ([Managed App Configuration](https://developer.apple.com/library/content/samplecode/sc2279/Introduction/Intro.html) channel for iOS or the [Android in the Enterprise](https://developer.android.com/work/managed-configurations) channel for Android) or through the Mobile Application Management (MAM) channel.
6363

64-
These different app configuration policy channels are represented by these two options with Intune:
64+
Intune represents these different app configuration policy channels as:
6565

6666
- **Managed devices** - The device is managed by Intune as the unified endpoint management provider. The app must be pinned to the management profile on iOS/iPadOS or deployed through Managed Google Play on Android devices. In addition, the app supports the desired app configuration.
6767
- **Managed apps** - An app that has either integrated the Intune App SDK or have been wrapped using the Intune Wrapping Tool and supports App Protection Policies (APP). In this configuration, neither the device's enrollment state or how the app is delivered to the device matter. The app supports the desired app configuration.
@@ -70,19 +70,22 @@ These different app configuration policy channels are represented by these two o
7070

7171
Apps may handle app configuration policy settings differently with respect to user preference. For example, with Outlook for iOS and Android, the Focused Inbox app configuration setting will respect the user setting, allowing the user to override admin intent. Other settings may let you control whether a user can or cannot change the setting based on the admin intent.
7272

73+
[!INCLUDE [android-supported-os](../includes/android-supported-os.md)]
74+
7375
### Managed devices
7476

75-
Selecting **Managed devices** as the **Device Enrollment Type** specifically refers to apps deployed by Intune on the enrolled device and thus are managed by Intune.
77+
Selecting **Managed devices** as the **Device Enrollment Type** specifically refers to apps deployed by Intune on the enrolled device and thus are managed by Intune as the enrollment provider.
7678

77-
To support app configuration for apps deployed through Intune on enrolled devices, apps must be written to support the use of app configurations as defined by the OS. Consult your app vendor for details for which app config keys they support for delivery through the MDM OS channel. There are generally three scenarios for app configuration delivery in using the MDM OS channel:
79+
To support app configuration for apps deployed through Intune on enrolled devices, apps must be written to support the use of app configurations as defined by the OS. Consult your app vendor for details for which app config keys they support for delivery through the MDM OS channel. There are generally four scenarios for app configuration delivery in using the MDM OS channel:
7880

7981
- Only allow work or school accounts
82+
- Account setup configuration settings
8083
- General app configuration settings
8184
- S/MIME configuration settings
8285

8386
### Managed apps
8487

85-
Selecting **Managed apps** as the **Device Enrollment Type** specifically refers to apps configured by an Intune App Protection Policy on devices regardless of the enrollment state.
88+
Selecting **Managed apps** as the **Device Enrollment Type** specifically refers to apps configured with an Intune App Protection Policy on devices regardless of the enrollment state.
8689

8790
To support app configuration through the MAM channel, the app must be integrated with [Intune App SDK](../developer/app-sdk.md). Line-of-business apps can either integrate the Intune App SDK or use the [Intune App Wrapping Tool](../developer/apps-prepare-mobile-application-management.md). For a comparison between the Intune App SDK and the Intune App Wrapping Tool, see [Prepare line-of-business apps for app protection policies](../developer/apps-prepare-mobile-application-management.md#feature-comparison).
8891

@@ -95,13 +98,14 @@ Delivery of app configuration through the MAM channel does not require the devic
9598
> [!NOTE]
9699
> Intune managed apps will check-in with an interval of 30 minutes for Intune App Configuration Policy status, when deployed in conjunction with an Intune App Protection Policy. If an Intune App Protection Policy isn't assigned to the user, then the Intune App Configuration Policy check-in interval is set to 720 minutes.
97100
98-
For information on which apps support app configuration, see [Microsoft Intune protected apps](apps-supported-intune-apps.md).
101+
For information on which apps support app configuration though the MAM channel, see [Microsoft Intune protected apps](apps-supported-intune-apps.md).
99102

100103
## Android Enterprise app configuration policies
101104

102-
For Android Enterprise app configuration policies, you can select the device enrollment type before creating an app configuration profile. You can account for certificate profiles that are based on enrollment type.
105+
For Android Enterprise app configuration policies, you can select the device enrollment type before creating an app configuration profile. You can account for certificate profiles that are based on enrollment type.
103106

104107
Enrollment type can be one of the following:
108+
105109
- **All Profile Types**: If a new profile is created and **All Profile Types** is selected for device enrollment type, you will not be able to associate a certificate profile with the app config policy. This option supports username and password authentication. If you use certificate-based authentication, don't use this option.
106110
- **Fully Managed, Dedicated, and Corporate-Owned Work Profile Only**: If a new profile is created and **Fully Managed, Dedicated, and Corporate-Owned Work Profile Only** is selected, **Fully Managed, Dedicated, and Corporate-Owned Work Profile** certificate policies created under **Device** > **Configuration profiles** can be utilized. This option supports certificate-based authentication, and username and password authentication. **Fully Managed** relates to Android Enterprise fully managed devices (COBO). **Dedicated** relates to Android Enterprise dedicated devices (COSU). **Corporate-Owned Work Profile** relates to Android Enterprise corporate-owned work profile (COPE).
107111
- **Personally-Owned Work Profile Only**: If a new profile is created and **Personally-Owned Work Profile Only** is selected, Work Profile certificate policies created under **Device** > **Configuration profiles** can be utilized. This option supports certificate-based authentication, and username and password authentication.

memdocs/intune/apps/app-configuration-policies-use-android.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords:
88
author: Erikre
99
ms.author: erikre
1010
manager: dougeby
11-
ms.date: 12/16/2021
11+
ms.date: 02/01/2021
1212
ms.topic: how-to
1313
ms.service: microsoft-intune
1414
ms.subservice: apps
@@ -38,8 +38,9 @@ ms.custom: intune-azure
3838

3939
App configuration policies in Microsoft Intune supply settings to Managed Google Play apps on managed Android Enterprise devices. The app developer exposes Android-managed app configuration settings. Intune uses these exposed setting to let the admin configure features for the app. The app configuration policy is assigned to your user groups. The policy settings are used when the app checks for them, typically the first time the app runs.
4040

41-
> [!NOTE]
42-
> Not every app supports app configuration. Check with the app developer to see if their app supports app configuration policies.
41+
Not every app supports app configuration. Check with the app developer to see if their app supports app configuration policies.
42+
43+
[!INCLUDE [android-supported-os](../includes/android-supported-os.md)]
4344

4445
## Email apps
4546

memdocs/intune/includes/android-supported-os.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ms.author: erikje
44
ms.service: microsoft-intune
55
ms.subservice: fundamentals
66
ms.topic: include
7-
ms.date: 01/19/2022
7+
ms.date: 02/01/2022
88
ms.localizationpriority: high
99
---
1010

1111
> [!NOTE]
12-
> Intune requires Android 8.x or higher for device enrollment scenarios and app configuration delivered through managed devices app configuration policies. This requirement does not apply to [Microsoft Teams Android devices](https://www.microsoft.com/microsoft-teams/across-devices/devices?rtc=2) as these devices will continue to be supported.
12+
> Intune requires Android 8.x or higher for device enrollment scenarios and app configuration delivered through Managed devices app configuration policies. This requirement does not apply to [Microsoft Teams Android devices](https://www.microsoft.com/microsoft-teams/across-devices/devices?rtc=2) as these devices will continue to be supported.
1313
>
14-
> For Intune app protection policies and app configuration delivered through managed apps app configuration policies, Intune requires Android 9.0 or higher.
14+
> For Intune app protection policies and app configuration delivered through Managed apps app configuration policies, Intune requires Android 9.0 or higher.

0 commit comments

Comments
 (0)