Forum Discussion
Testing Apps on BYOD Work Profile
Thanks for the info.
I previously contacted Intune and they responded that due to the Android Management API specification, there is no API to allow installation of apps from an unknown source in the BYOD work profile.
https://developers.google.com/android/management/reference/rest/v1/enterprises.policies?hl=ja#UntrustedAppsPolicy
Do other MDMs not use the Android Management API (is that possible...)?
I do not really know how they ensure that but the option is there and worked during my tests.
But you posted the relevant documentation from the API yourself (where default (if nothing else is provided) is disallow!), so it's there.
UntrustedAppsPolicy
The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces installUnknownSourcesAllowed (deprecated).
UNTRUSTED_APPS_POLICY_UNSPECIFIED | Unspecified. Defaults to DISALLOW_INSTALL. |
DISALLOW_INSTALL | Default. Disallow untrusted app installs on entire device. |
ALLOW_INSTALL_IN_PERSONAL_PROFILE_ONLY | For devices with work profiles, allow untrusted app installs in the device's personal profile only. |
ALLOW_INSTALL_DEVICE_WIDE | Allow untrusted app installs on entire device. |
- Moombas2 years agoLevel 4.1: Jelly Bean
And just to add: Otherwise you can set it manually on each device if not restricted by the MDM (Intune in your case).
Related Content
- 11 months ago
- 2 years ago
- 2 years ago