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

On Android, adding activity-alias causes multiple icons on my homescreen #49

Open
ahunter135 opened this issue Jan 23, 2024 · 1 comment

Comments

@ahunter135
Copy link

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

@alexbainbridge
Copy link

alexbainbridge commented Feb 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants