Skip to content

Conversation

IamCOD3X
Copy link

Discussion

This pull request addresses a build error in firmware_version.xml caused by a missing resource (string/euclid_release_version). The issue prevented the Settings app from building successfully and disrupted the display of firmware information.

Details of the Fix

I added the missing euclid_release_version string resource to resolve this issue. The string now allows the Settings app to compile correctly and ensures that firmware information displays as intended.
Points for Reviewers

The current implementation uses a static string for euclid_release_version. If there’s an intention to make this value dynamic or if it should be sourced differently (e.g., from a build configuration or API), please advise, and I can make further adjustments.
I aimed to align the formatting and naming conventions to maintain consistency with existing resources. Let me know if there are any specific guidelines or preferences that should be taken into account.

packages/apps/Settings/res/xml/firmware_version.xml:31: error: resource string/euclid_release_version (aka com.android.settings:string/euclid_release_version) not found.
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

Successfully merging this pull request may close these issues.

1 participant