when we wrap our custom application with Microsoft Intune, we get the following exception.
Error seems to originate in TedImagePickerContentProvider.kt:11 because Microsoft Intune replaces the context with com.microsoft.intune.mam.client.content.MamContentwhich cannot be casted to android.app.Application.
Hello,
when we wrap our custom application with Microsoft Intune, we get the following exception.
Error seems to originate in
TedImagePickerContentProvider.kt:11
because Microsoft Intune replaces the context withcom.microsoft.intune.mam.client.content.MamContent
which cannot be casted toandroid.app.Application
.Did anyone experience the same behaviour?