According to my basic understanding, if you have a device with higher density(dpi/ppi) you would usually need to use higher density factor (1,1.5,2,3,4) when converting from dp units to px .
The confusion started when I tested this on 2 devices (Galaxy S10+ and Galaxy S20 fe 5g) according to the specification available on the internet the Galaxy S10+ has higher density at 522 ppi compared to the S20 Fe which has 407 ppi . But when calculating the density factor I found out that for S10+ it is 2.62 compared to the S20 fe which was 3.0 (Check attached screenshots from application introspect)
Ref urls for the specifications :
Galaxy S20 Fe 5G specifications
My Question is : is it normal for a device with less ppi to have higher density factor ?

