0

Does anyone know any formula or any way to find the PPI of an android phone display?

Thank you in advance!

user3836246
  • 357
  • 2
  • 5
  • 13

1 Answers1

0

I think this was answerd a coupple fn times here. Check the DisplayMetrics class.

DisplayMetrics metrics = getResources().getDisplayMetrics();
HelgaM
  • 176
  • 6