TedImagePicker
TedImagePicker copied to clipboard
java.lang.RuntimeException when wrapping with Microsoft Intune
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 with com.microsoft.intune.mam.client.content.MamContent
which cannot be casted to android.app.Application
.
Did anyone experience the same behaviour?