If I am the handset manufacturer and I have the handset with 5.0 inch and 1920*1080 resolution , how I set the DPI ?
I can calculate the generalized density like this:
Actual_density = root(1920*1920+1080*1080)/5.0 = 440.5 dpi
And then get the generalized density :xxhdpi
Of course , I can get the constant value of the DENSITY_XXHIGH :480
So , should I set the DPI to 480 dpi ? And how to set it ?
Is it important to set the DPI ?
Thanks .