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 find explicit activity class {com.microsoft.rdc.androidx/com.microsoft.rdc.ui.activities.HomeActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>?
Before calling Context.startActivity
, I have already confirmed that the user has Remote Desktop installed on their phone**.** However**,** this issue still occurs on certain devices (e.g., AQUOS Sense / Android 13 / RAM: 4GB). I would like to ask what might be causing this issue or what aspects I should check**.** Thank you**.**