ParkSangGwon / TedImagePicker

TedImagePicker is simple/beautiful/smart image picker
552 stars 103 forks source link

java.lang.RuntimeException when wrapping with Microsoft Intune #103

Open rokkreslincom opened 2 years ago

rokkreslincom commented 2 years ago

Hello,

when we wrap our custom application with Microsoft Intune, we get the following exception.

image

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.

Did anyone experience the same behaviour?