java.lang.RuntimeException when wrapping with Microsoft Intune
rokkreslincom opened this issue · 0 comments
rokkreslincom commented
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?