We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest
Latest Dependencies:
@capacitor/cli: 5.6.0 @capacitor/core: 5.6.0 @capacitor/android: 5.6.0 @capacitor/ios: 5.6.0
Installed Dependencies:
@capacitor/cli: 5.1.1 @capacitor/core: 5.1.1 @capacitor/android: 5.6.0 @capacitor/ios: 5.6.0
Android
When setting it up, i added all the activity-alias. When running on my android device; i get tons of icons, one for each alias.
Only the main icon should be shown
The text was updated successfully, but these errors were encountered:
Try android:enabled="false" on each of the aliases (rather than true as per the documentation).
This stops the additional icons. I am not sure what other impact this has however.
Sorry, something went wrong.
No branches or pull requests
Bug Report
Plugin Version
Latest
Capacitor Version
Latest Dependencies:
@capacitor/cli: 5.6.0
@capacitor/core: 5.6.0
@capacitor/android: 5.6.0
@capacitor/ios: 5.6.0
Installed Dependencies:
@capacitor/cli: 5.1.1
@capacitor/core: 5.1.1
@capacitor/android: 5.6.0
@capacitor/ios: 5.6.0
Platform(s)
Android
Current Behavior
When setting it up, i added all the activity-alias. When running on my android device; i get tons of icons, one for each alias.
Expected Behavior
Only the main icon should be shown
The text was updated successfully, but these errors were encountered: