Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[.NET MAUI] crash observed in android 13 devices while launching Installed activity #214

Open
ravish2038 opened this issue Feb 29, 2024 · 1 comment
Labels
Need More Information Waiting for more information from issuer in order to resolve issue.

Comments

@ravish2038
Copy link

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.0
  • **Operating System: Android 13

Logs

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)

@mukeshk-ms mukeshk-ms self-assigned this Mar 21, 2024
@Archit-Pikle
Copy link

Hi @ravish2038 , we need more information to investigate this bug. Can you please fill this template out -

Summary

Please briefly describe the issue you are experiencing.

Details

  • Microsoft.Intune.Maui.Essentials.android Version:
  • Operating System (Mac, Linux, Windows) and Version:
  • Visual Studio Version:

Logs

For build issues, please include:

  • MSBuild Logs

For runtime issues, please include:

  • MSBuild Logs
  • CP Logs

MSBuild Logs

Please attach the binary log (.binlog) from your build.

For guidance, see
Obtain build logs with MSBuild, specifically
how to Save a binary log.

Company Portal Logs

PowerLift ID:

For guidance, see
Report a problem in Company Portal or Intune app for Android

NuGet Dependencies

If your app includes third-party NuGet libraries, please list them here:

  • NA

Questions to Ask Before Submission

  1. Does the app build and launch without including the Microsoft.Intune.Maui.Essentials.android package?
  2. Does the issue reproduce if you rebuild after deleting the bin and obj output folders?
  3. Have you checked the .NET MAUI repository for similar issues? If so, please follow the guidance there or add that information to this issue.
  4. Are you using the latest Microsoft.Intune.Maui.Essentials.android NuGet package version?

@Archit-Pikle Archit-Pikle added the Need More Information Waiting for more information from issuer in order to resolve issue. label Mar 27, 2024
@Archit-Pikle Archit-Pikle changed the title crash observed in android 13 devices while launching Installed activity [.NET MAUI] crash observed in android 13 devices while launching Installed activity Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need More Information Waiting for more information from issuer in order to resolve issue.
Projects
None yet
Development

No branches or pull requests

3 participants