• Todd Volkert's avatar
    Add initial list of known Android hardware (#10249) · aa9c7826
    Todd Volkert authored
    Our emulator detection was based on a simple heuristic that was
    failing for the Samsung Galaxy S8. Any heuristic is flawed since
    Android devices can report whatever they want to adb, but this
    change attempts to tighten the detection by listing known models
    (by their ro.hardware property). Again, these values could be
    spoofed by emulator system images, but it's less likely to be
    an issue than with our previous (and fall-back) heuristic.
    
    Fixes #10203
    Related: #10248
    aa9c7826
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...