-
-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Add support for OS.get_version_alias() on Android
#106859
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
Conversation
|
My suggestion for Example:
The documentation would then have to be adapted accordingly: https://docs.godotengine.org/en/4.4/classes/class_os.html#class-os-method-get-version-alias
|
Android versions since 10 don't have "marketing" codenames anymore, so I wouldn't add them. Internal codenames do exist (check Wikipedia), but they aren't used in branding material. |
|
Thanks! |
This PR adds support for
OS.get_version_alias()on Android. It returns android release string and sdk_version+incremental, for eg.15 (SDK 35 build abc528-11988f)on my Android 15 device.