pelya / screen-dimmer-pixel-filter

Android screen dimmer, which disables individual pixels, for AMOLED screens
BSD 3-Clause "New" or "Revised" License
57 stars 14 forks source link

Fix density on Nougat #11

Closed edgarvperes closed 7 years ago

edgarvperes commented 7 years ago

Android 7.0+ allows the user to change the display density through the Settings menu. Changing it to anything other the default would make the app draw the patterns incorrectly. Set the BitmapDrawable density to the appropriate value to fix this.

pelya commented 7 years ago

Thanks. I'll try to update the app this week.