Forum Discussion
King_Of_Comms
Jul 08, 2019Copper Contributor
Intune Android Enterprise - Enable Samsung System Apps
Hi All We are currently looking at trialing intune as our MDM solution using the android Enterprise Platform. We are using samsung devices that are fully corporate owned. After successfully enr...
kingyjk
Jul 12, 2019Copper Contributor
King_Of_CommsHi, I have managed to get this to work by editing the QR code to include a line
You need to add the Bold Text below.
"android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED":true
Milton_Yee
Jun 18, 2024Copper Contributor
kingyjk this advise actually works!
I've managed to retain the Samsung Enterprise Applications within' the phone upon enrollment. Just have to add the lines once you get the QR token code. Example below.
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE": {
"com.google.android.apps.work.clouddpc.EXTRA_ENROLLMENT_TOKEN": "TOKEN HERE"
},"android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED": true}
Hope this will help future enrollments!