On my Lg G stylo h634, it has a resolution of (720*1280) w/ a size of 5.7 inches and a real PPI of 258. With this information this phone should have:
DP width: 240
DP height: 240
Density: 1.5
Density PPI: 240
However when i run my test on this real device it's giving me:
DP width: 257
DP height: 258
Density: 2.0
Density PPI: 320
Now when i run an emulated version of my phone with the same specs, the first metrics are given (density: 1.5, PPI: 240, etc) which are the proper metrics. I'm not sure why this is happening, but can anybody explain why an emulated version is more accurate than the real device?