yimyo2000
Jun 25, 2024Copper Contributor
Status:
Closed
When I use Context.startActivity on Android to call com.microsoft.rdc.androidx, I encounter an Error
When I use Context.startActivity on Android to call com.microsoft.rdc.androidx, I encounter an ActivityNotFoundException. The error message is: android.content.ActivityNotFoundException: Unable to f...
yimyo2000
Jun 26, 2024Copper Contributor
Thank you very much for your reply. You provided a good direction, but my issue is a bit more complicated. Since com.microsoft.rdc.androidx is from Microsoft’s Azure Remote Desktop, I cannot modify the AndroidManifest.xml of com.microsoft.rdc.androidx. My goal is to use Context.startActivity in my app to invoke Remote Desktop. However, an ActivityNotFoundException occurs on specific devices. I would like to know the possible causes and any potential solutions for this issue.