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

Adding missing resource string 'euclid_release_version' #1

Open
wants to merge 1 commit into
base: qpr3
Choose a base branch
from

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