-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Define user friendly names for Android Apps #2653
Comments
Hmm, this did not occur to me at the time for some reason - but did you try passing the |
Hello, yes, same issue |
Can you please check the content of the AndroidManifest.xml that is embedded in your .apk file generated when using Specifically looking for lines that contain |
The name in the app list appears correctly as "Go2TV". It's the "recent apps" and "app info" that shows org.alexballas.go2tv (same wihout the -name flag) |
OK, thank you for all the confirmations, good to check. |
Fixed on `release/v2.1.x'. |
Is your feature request related to a problem? Please describe:
When building an android app with fyne, you need to specify an -appID. This appID is then used as the display name in the Application Info in Android and also the recent apps menus.
Is it possible to construct a solution with the existing API?
No
Describe the solution you'd like to see:
Ability to provide more user friendly names for the Android apps and not use names in the form of "org.something.something"
The text was updated successfully, but these errors were encountered: