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

Identify device "K" as Android #88

Open
benvinegar opened this issue Jul 28, 2024 · 0 comments
Open

Identify device "K" as Android #88

benvinegar opened this issue Jul 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@benvinegar
Copy link
Owner

benvinegar commented Jul 28, 2024

Looks like this currently in the product:
image

This is actually being parsed properly out of User Agent strings that look like this:

Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/<majorVersion>.0.0.0 Mobile Safari/537.36

Notice the substring: (Linux; Android 10; K)

From Google:

Starting in Chrome 110 (February 2023) we are gradually introducing a fixed value for Android version and device model—the default value will always be Android 10 on a model K.

More:

@benvinegar benvinegar added the enhancement New feature or request label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant