You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: