Open ravish2038 opened 8 months ago
Hi @ravish2038 , we need more information to investigate this bug. Can you please fill this template out -
Please briefly describe the issue you are experiencing.
Microsoft.Intune.Maui.Essentials.android
Version:For build issues, please include:
For runtime issues, please include:
Please attach the binary log (.binlog
) from your build.
For guidance, see Obtain build logs with MSBuild, specifically how to Save a binary log.
PowerLift ID:
For guidance, see Report a problem in Company Portal or Intune app for Android
If your app includes third-party NuGet libraries, please list them here:
Microsoft.Intune.Maui.Essentials.android
package?bin
and obj
output folders?Microsoft.Intune.Maui.Essentials.android
NuGet package version?
Intune Android App SDK for .NET MAUI Issue
Summary
crash observed in android 13 devices while launching Installed application's activity , might be New restriction from Android to call explicit Activity
Details
Microsoft.Intune.Maui.Essentials.android
Version: 10.0.0Logs
02-07 16:58:38.120 10303 7721 7721 E AndroidRuntime: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.boxer.email/com.boxer.unified.compose.ComposeActivityExternal}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared?
02-07 16:58:38.120 10303 7721 7721 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2171)
02-07 16:58:38.120 10303 7721 7721 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java:1805)
02-07 16:58:38.120 10303 7721 7721 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java:5596)
02-07 16:58:38.120 10303 7721 7721 E AndroidRuntime: at com.microsoft.intune.mam.client.app.MAMActivity.startActivityForResultReal(Unknown Source:1)