-
Notifications
You must be signed in to change notification settings - Fork 343
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
Wrong activity being started for Fenix #2206
Comments
Actually, an explicit |
@jonalmeida The current logic for determining the "APK component" (activity identifier) is based on the discussion starting from your comment at #1871 (comment) :
The logic was implemented at #1941 In this bug report, it is apparent that I guess that we can avoid prepending a fixed package identifier when @jonalmeida What do you suggest to resolve this bug? Does my suggestion make sense? |
Maybe there is some inconsistency within the two mobile apps, there were some variant changes that could have affected this? |
Is this a feature request or a bug?
Bug
What is the current behavior?
The following command fails:
Error message:
This works correctly with an explicit
--firefox-apk-component '.HomeActivity'
parameter.What is the expected or desired behavior?
This should launch Fenix using the correct activity class.
Version information (for bug reports)
The text was updated successfully, but these errors were encountered: