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

Unsupported Chrome OS Hardware Feature #1159

Open
foivospro opened this issue Mar 24, 2024 · 0 comments · May be fixed by #1162
Open

Unsupported Chrome OS Hardware Feature #1159

foivospro opened this issue Mar 24, 2024 · 0 comments · May be fixed by #1162

Comments

@foivospro
Copy link

After conducting a static analysis using Android Lint, I have identified a issue regarding unsupported hardware features targeting Chrome OS devices. The issue arises from the presence of the element, which erroneously requires an unsupported large screen hardware feature.

According to Android lint guidelines, any element not explicitly marked with required="false" is considered necessary for the device to install the application. In the case of Chrome OS, large screen, or foldable devices, features that might hinder installation need to be reviewed and marked as not required in the manifest. [1]

@foivospro foivospro linked a pull request Mar 30, 2024 that will close this issue
9 tasks
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 a pull request may close this issue.

1 participant